pixi-overlay-markers
v1.3.1
Published
create markers for use with leaflet pixiOverlay
Downloads
36
Maintainers
Readme
Pixi Overlay Markers
Installation
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
Dev Instructions
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.