UNPKG

esc-pos-encoder-ionic

Version:

Create a set of commands that can be send to any receipt printer that supports ESC/POS. Support Ionic (Typescript)

19 lines 254 B
{ "parserOptions": { "ecmaVersion": 6 }, "env": { "node": true, "es6": true }, "extends": [ "eslint:recommended", "google" ], "rules": { "max-len": [ 1, 120 ] } }