Canvas2D framework to simplify manipulating 2D graphics in a comprehensive way, making development easier and more efficient, ideal for create tools with Canvas2D.
To the packages, such as the Core & Plugins, you can run:
npm run examples:startThis will fire up a development environment with a long set of examples with different scenarios, to test and debug your code.
You can also create your own examples to test and debug your code inside the examples/src folder.
To build the core project, you can run:
npm run core:buildTo build the plugins project, you can run:
npm run plugins:buildFirst we need to parse the core project into MD documentation files using:
npm run website:doc:coreThen Update the documentation template to use the latest MD files by running:
npm run website:buildThen to preview the documentation, you can run:
npm run website:serveTo deploy the documentation, you can run:
npm run website:deploy