adds a button to copy the generated config to the buffer as base64 string (#85)

* add copy base64 zip string for paste in console like
$ echo 'base64string' | base64 --decode > nginxconfig.io.zip

* preparing for merge

* copyAsBase64()

* added copy-paste steps
This commit is contained in:
trin4ik
2019-05-19 20:37:52 +03:00
committed by Bálint Szekeres
parent d12d3b2cec
commit c024c4a06a
7 changed files with 71 additions and 31 deletions

View File

@@ -42,6 +42,8 @@
"hljs": true,
"JSZip": true,
"Masonry": true,
"saveAs": true
"saveAs": true,
"Base64": true,
"FileReader": true
}
}