- implement cloud functions for printing

- implement AMOLED mode
- implement reset layout
This commit is contained in:
Amruth Pillai
2020-07-12 15:04:07 +05:30
parent f468ca73c3
commit 5ccc360345
19 changed files with 4004 additions and 20 deletions

View File

@ -1,5 +1,7 @@
{
"globals": {
"Blob": true,
"fetch": true,
"window": true,
"document": true,
"FileReader": true,