camptocamp / inkmap

A library for generating high-quality, printable maps on the browser.
Other
86 stars 17 forks source link

Builds library #21

Closed tkohr closed 3 years ago

tkohr commented 3 years ago

This PR builds the library (including its service worker). The service worker needs to be served where the lib is used.

PR can be tested with a simple webpack-starter (https://github.com/tkohr/print-app) that installs inkmap locally via npm install <path-to-your-inkmap-dir> and serves service worker via contentBase in dev.

PR also works for descartes/d-inkmap, but it needs transpiling of Promises via @babel/plugin-transform-runtime.

TODOS: