We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
turn the tech stack image in https://racket-lang.org/#easy-dsls into an image map
Image map provided by @michaelballantyne
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Frosthaven Manager Imagemap</title> </head> <body> <img src="https://racket-lang.org/img/frosthaven.png" usemap="#frosthaven-map" alt="Frosthaven Manager Platform"> <map name="frosthaven-map"> <area alt="Bestiary" title="Bestiary" href="https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html#%28part._.Bestiary_.Format_by_.Example%29" coords="98,161,218,221" shape="rect"> <area alt="Foes" title="Foes" href="https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html#%28part._.Foe_.Specification_by_.Example%29" coords="240,161,360,221" shape="rect"> <area alt="Area of Effect" title="Area of Effect" href="https://benknoble.github.io/frosthaven-manager/Programming_a_Scenario.html#%28part._.Area-of-.Effect_.Specification_by_.Example%29" coords="382,162,502,221" shape="rect"> <area alt="Syntax parse" title="Syntax parse" href="https://docs.racket-lang.org/syntax/stxparse.html" coords="7,287,107,347" shape="rect"> <area alt="Syntax spec" title="Syntax spec" href="https://docs.racket-lang.org/syntax-spec-v2/index.html" coords="156,296,318,336" shape="rect"> <area alt="Qi" title="Qi" href="https://docs.racket-lang.org/qi/index.html" coords="116,285,327,348" shape="rect"> <area alt="Web server" title="Web server" href="https://docs.racket-lang.org/web-server/index.html" coords="336,285,427,347" shape="rect"> <area alt="GUI Easy" title="GUI Easy" href="https://docs.racket-lang.org/gui-easy/index.html" coords="437,285,527,347" shape="rect"> </map> </body> </html>
The text was updated successfully, but these errors were encountered:
SVG version
PNG version that includes(embeds) version editable at https://app.diagrams.net
Sorry, something went wrong.
No branches or pull requests
turn the tech stack image in https://racket-lang.org/#easy-dsls into an image map
Image map provided by @michaelballantyne
The text was updated successfully, but these errors were encountered: