-
Hi, Would it be possible to get a minimal working example code for Magick.WASM in a browser? Basically loading an image and performing any of the IM operations on it. The rest I'll be able to deduct from that. I am new to TS and I wasn't able to get it to work (I tried both installing via npm and compiling from this repo). Many thanks in advance to anyone willing to assist. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
You could take a look at the demo.ts file in this project. I don't have any sample projects yet but I hope the demo.ts file could give you an example of how to use this library. And if you have a project on GitHub with a small sample I could also probably help you there? |
Beta Was this translation helpful? Give feedback.
-
I am getting errors both on compile and on npm install. Compile
NPM
|
Beta Was this translation helpful? Give feedback.
-
I made a proof of concept with a VueJs/Typescript website yesterday. Will probably be able to share this in a couple weeks. |
Beta Was this translation helpful? Give feedback.
-
This is the sample project: https://github.com/dlemstra/magick-wasm-docs/. |
Beta Was this translation helpful? Give feedback.
This is the sample project: https://github.com/dlemstra/magick-wasm-docs/.