Add optional watermark on export (#1365)

* Add optional watermark on export

* Address init PR feedback

* Add SVG export with refactoring

* Update export.ts

* Move addWatermark to appState

* Update snapshots

* Fit watermark in small scene

* Rename watermark things

Co-authored-by: Lipis <lipiridis@gmail.com>
This commit is contained in:
Ed Bentley
2020-04-19 12:50:23 -07:00
committed by GitHub
co-authored by Lipis
parent 13cea081f3
commit 5822117e23
11 changed files with 349 additions and 9 deletions
+1
View File
@@ -39,6 +39,7 @@ export type ActionName =
| "finalize"
| "changeProjectName"
| "changeExportBackground"
| "changeShouldAddWatermark"
| "saveScene"
| "loadScene"
| "duplicateSelection"