This is a Chrome/Firefox extension which supports inputing the █ symbol.
Chrome web store: https://chrome.google.com/webstore/detail/easy-%E2%96%88%E2%96%88%E2%96%88%E2%96%88ing/boohjpnhpempgagincffdolllgjeohci
The following gulp tasks are useful:
- default: compile the TypeScript source codes, lint them and bundle them into a single JavaScript file.
- watch: watch the source codes.
These tasks minimise the result when the NODE_ENV environment variable is set to production.
The following npm script is also useful:
- package: pack generated files and other items into
chrome-extension/appdirectory and zip it intochrome-extension/app.zip. This directory should be able to be loaded into Chrome.
Be the first contributor!
MIT © uhyo