1
0
Fork 0

wip(lab): Working on handling layout

This commit is contained in:
Joost De Cock 2022-03-06 18:54:30 +01:00
parent dd5599c5d6
commit b948904de1
5 changed files with 232 additions and 52 deletions

View file

@ -29,7 +29,7 @@ const PrintLayout = props => {
draft.draft()
patternProps = draft.getRenderProps()
} catch(err) {
console.log(err)
console.log(err, props.gist)
}
const bgProps = { fill: "url(#page)" }