tinyjs-plugin-tiling

v0.1.1
A fast way of rendering a tiling image
tinyjs plugin

dev

rollup -c --watch

prebuild

rm -rf dist

build:debug

rollup -c

build:prod

rollup -c --environment BUILD:production

build

npm run build:debug && npm run build:prod

predoc

rm -rf docs

doc

jsdoc README.md src -r -d docs -t node_modules/docdash

lint

eslint src test/unit/**/*.test.js

test

mocha ./test/unit/**/*.test.js --recursive --require ./test/setup.js

ci

npm run lint && npm run test

preversion

npm run ci

postversion

git push --tags

prepublish

npm run build
npm i tinyjs-plugin-tiling

Metadata

  • MIT
  • Whatever
  • yiiqii
  • released 5/25/2020

Downloads

Maintainers