support export canvas to clipboard (#232)

This commit is contained in:
David Luzar
2020-01-09 17:37:08 +01:00
committed by GitHub
parent 1541428ab1
commit deee57314d
7 changed files with 89 additions and 11 deletions

View File

@ -8,7 +8,7 @@ export {
getSelectedAttribute
} from "./selection";
export {
exportAsPNG,
exportCanvas,
loadFromJSON,
saveAsJSON,
restoreFromLocalStorage,