Add image
#697
Replies: 2 comments
-
Could you give a sample repository to bring me a look? "already set some assess model before" usually happen when you initialize the compiler repeatedly, which is likely to be a wrong use. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can check on https://github.com/remiangot/typstsvelte In src/lib/components/ButtonTypstToPdf.svelte if you uncomment lines 13, 14, 15 you'll see the problem when I want to add a PNG. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm sorry I didn't understand documentation. I want to add an image in my compiled PDF.
I've got an error
Unhandled Promise Rejection: Error: already set some assess model before: MemoryAccessModel([object Object])
PS : I've got a warning before
using deprecated parameters for the initialization function; pass a single object instead
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions