Mikhus / canvas-gauges

HTML5 Canvas Gauge. Tiny implementation of highly configurable gauge using pure JavaScript and HTML5 canvas. No dependencies. Suitable for IoT devices because of minimum code base.

Home Page:http://canvas-gauges.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove polyfill.js

danielgindi opened this issue · comments

People should use polyfills depending on the browser they target. This only bloats the library...
Also it would be great if module would be specified in package.json, for ES6 envs.