Dragged few crates to satisfy World impl for typst::compile
One thing is not completed - image export.
Need to think how to properly implement image
There's 2 approach. One is to use filepath and here we have to implement file method of impl World and if using bytes need to research how to add them into string In process_image as bytes
Implemented typst pdf compilation.
Dragged few crates to satisfy World impl for typst::compile
One thing is not completed - image export.
Need to think how to properly implement image There's 2 approach. One is to use filepath and here we have to implement file method of impl World and if using bytes need to research how to add them into string In process_image as bytes