1
0
Fork 0

pdf export working

This commit is contained in:
Enoch Riese 2022-11-14 14:02:11 -06:00
parent 922cfd02b9
commit d8cb8a7783
9 changed files with 313 additions and 273 deletions

View file

@ -32,7 +32,6 @@ const PrintLayout = (props) => {
// draft the pattern
draft.draft()
patternProps = draft.getRenderProps()
console.log(patternProps)
} catch (err) {
console.log(err, props.gist)
}