Getting Started
Try it now
For the browser
Download the browser-based version of Maker.js, then upload it to your website:
http://maker.js.org/target/js/browser.maker.js
Or you can link to it:
To work with Bezier Curves, you will also need a copy of Bezier.js by Pomax: To work with fonts, you will need both Bezier.js (above) and a copy of Opentype.js by Frederik De BleserThen, in your JavaScript, use the require function to get a reference:
Including via CDN
To work with Bezier Curves, you will also need a copy of Bezier.js by Pomax: To work with fonts, you will need both Bezier.js (above) and a copy of Opentype.js by Frederik De BleserThen, in your JavaScript, use the require function to get a reference:
For Node.js
To depend on Maker.js, run this from the command line:
Then, in your JavaScript, use the require function to get a reference:
Next: look at how to do some Basic drawing.
Visit the Maker.js Playground to edit and run JavaScript from your browser.
Each of the demos will also open in the playground so that you can explore and modify their code.