You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Alexander Popov 87bc10094e
rollup config
4 weeks ago
.githooks docsify 1 month ago
docs docsify 1 month ago
src rollup config 4 weeks ago
test update example 1 month ago
.editorconfig git hooks 1 month ago
.gitignore build script 1 month ago
.prettierignore tiled only Y option 1 month ago
.prettierrc add prettier 2 months ago
README.md docsify 1 month ago
package-lock.json docsify 1 month ago
package.json rollup config 4 weeks ago
rollup.config.js rollup config 4 weeks ago

README.md

⚠️ IN DEVELOPMENT

engine_icon

Documentation

Build ENGINE

# install rollup
npm install --global rollup

# compile engine
cd src/js/
rollup main.js --file engine.js --format es

Use it

...

Contribute

Branch info

  • master — current dev branch.
  • release — latest stable version branch.

Git hooks

pre-commit

Requiments:

  1. NPM module prettier.
  2. editorconfig-checker (Go application).