We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
typst#1818
When I use octique 0.1.0, I get this error:
`image.decode` is deprecated, directly pass bytes to `image` instead ┌─ @preview/octique:0.1.0/impl/octique.typ:335:8 │ 335 │ image.decode( │ ^^^^^^
According to Typst blog, we can use image(bytes(..)) replace image.decode(..).
image(bytes(..))
image.decode(..)
The text was updated successfully, but these errors were encountered:
Literally just did a PR for this, before I'd even seen you create this issue!
Sorry, something went wrong.
No branches or pull requests
typst#1818
When I use octique 0.1.0, I get this error:
According to Typst blog, we can use
image(bytes(..))
replaceimage.decode(..)
.The text was updated successfully, but these errors were encountered: