Go to file
Alexander Popov 8ea015eee0
tiled only Y option
2023-04-30 18:54:53 +03:00
.githooks docsify 2023-04-30 17:39:03 +03:00
docs docsify 2023-04-30 17:39:03 +03:00
src/js tiled only Y option 2023-04-30 18:54:53 +03:00
test update example 2023-04-30 17:47:06 +03:00
.editorconfig git hooks 2023-04-30 15:55:44 +03:00
.gitignore build script 2023-04-30 16:22:50 +03:00
.prettierignore tiled only Y option 2023-04-30 18:54:53 +03:00
.prettierrc add prettier 2023-04-06 18:03:40 +03:00
README.md docsify 2023-04-30 17:39:03 +03:00
package-lock.json docsify 2023-04-30 17:39:03 +03:00
package.json docsify 2023-04-30 17:39:03 +03:00

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).