Graphite/client/web
TrueDoctor c0e60a21d3 Export current document as SVG when pressing Ctrl+Shift+S (#160)
* Export current document when pressing Ctrl+Shift+S

* Use a blob for download

* Add Ctrl + E shortcut, match on lower case

* Don't mount element in DOM

* Polish some keybindings

* Add initialization for MappingEntries

* Implement svg coloring

* Add newline after svg tag

* Add spaces to svg style format

* Fix more svg formatting

* Add space before />

* Remove duplicate whitespace
2021-05-28 20:43:51 +02:00
..
assets Standardize icon sizes and folder paths (closes #110) 2021-05-27 00:14:50 -07:00
public Standardize icon sizes and folder paths (closes #110) 2021-05-27 00:14:50 -07:00
src Export current document as SVG when pressing Ctrl+Shift+S (#160) 2021-05-28 20:43:51 +02:00
wasm Export current document as SVG when pressing Ctrl+Shift+S (#160) 2021-05-28 20:43:51 +02:00
.eslintrc.js Move .eslintignore file rules into .eslintrc.js 2021-05-17 18:56:41 -07:00
.gitignore Fix web code linting to be portable across environments 2021-04-14 11:44:09 -07:00
package-lock.json Upgrade TypeScript from 3.9 to 4.x 2021-05-14 23:53:55 -07:00
package.json Upgrade TypeScript from 3.9 to 4.x 2021-05-14 23:53:55 -07:00
tsconfig.json Fix web code linting to be portable across environments 2021-04-14 11:44:09 -07:00
vue.config.js Fix web code linting to be portable across environments 2021-04-14 11:44:09 -07:00