A simple tool to draw hex grid.
Here is the sample:
- add parameter inputs, e.g. size, color, line width etc.
- support background
- different grid style.
This tool is pretty simple currently , not much to say.
Assuming you've installed Node and NPM.
-
npm installThis step may have some problem, due to package
paper's post-install script(I'm not sure). It could not run in Windows's console. So find a proper terminal or build in Linux. -
Download
paperandjquerylib files and put them inscriptsdirectory. -
webpack -
Now you can find the generated
bundle.jsin 'build' directory.
