1
0
Fork 0

move export to web worker

This commit is contained in:
Enoch Riese 2022-08-21 10:26:35 +01:00
parent df7011329b
commit 7cf7e0c90a
13 changed files with 248 additions and 133 deletions

View file

@ -35,7 +35,7 @@ const PrintLayout = props => {
const bgProps = { fill: "url(#page)" }
const exportIt = () => {
handleExport('pdf', props.gist, props.design, t)
handleExport('pdf', props.gist, props.design, t, props.app)
}
return (