npm install pixi-overlay-markers --save
Sample (html/js only) https://github.com/sgentile/pixi-overlay-marker-examples
Sample with Angular5 https://github.com/sgentile/geo-markers
reference: https://github.com/liady/es6-library-minimal
- Run
npm install
to install dev dependencies. - Write your ES6 code in
src
folder. - Write your ES6 tests in
test
folder. - Run
npm run build
to build and pack the files for the web. This will output the result todist
folder.