Crafty canvas is a visual programming interface similar to MIT's Scratch, and is part of the Crafty Web Programming Environment. It is a work in progress.
To use the output: download javascript file from releases. To build the project (for development): clone the project and remove the git repository.
npm start
- Build and start the app in development mode at http://localhost:8080npm run build
- Run a production build, outputs to ./build/npm run lint
- Lint your codenpm run reactman
- Generate code for a DisplayObject or Store
Copyright (c) 2016 Minwoo Lee