move export to web worker
This commit is contained in:
parent
df7011329b
commit
7cf7e0c90a
13 changed files with 248 additions and 133 deletions
|
@ -49,7 +49,7 @@ const PrintLayoutSettings = props => {
|
|||
<input
|
||||
type="range"
|
||||
max={50}
|
||||
min={5}
|
||||
min={0}
|
||||
step={1}
|
||||
onChange={setMargin}
|
||||
value={margin}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue