UNPKG

justgage

Version:

JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. It is based on Raphaël library for vector drawing, so it’s completely resolution independent and self-adjusting.

14 lines (13 loc) 222 B
module.exports = { env: { browser: true, commonjs: true, es2021: true, amd: true, }, extends: ["standard", "plugin:prettier/recommended"], parserOptions: { ecmaVersion: 12, }, rules: {}, };