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

@ -49,7 +49,7 @@ const PrintLayoutSettings = props => {
<input
type="range"
max={50}
min={5}
min={0}
step={1}
onChange={setMargin}
value={margin}