pixi-overlay-markers
v1.3.1
Published
create markers for use with leaflet pixiOverlay
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 installto install dev dependencies. - Write your ES6 code in
srcfolder. - Write your ES6 tests in
testfolder. - Run
npm run buildto build and pack the files for the web. This will output the result todistfolder.
