Zulko
Zulko
:+1: Good luck. Let us know if you run into something else.
You should share your code so we see how you are importing it.
It could be this. Chrome prevents JS scripts to load files from your computer (which is great), the solution would be to load an online version of the framework, that...
[jimp](https://www.npmjs.com/package/jimp) is a pure-javascript library that can do JPG. My intention is to just try some simple PNG -> JPG optimizer for my own SVG needs. Is it possible to...
I went with [my own solution](https://github.com/RelaxedJS/relaxed-svg/blob/5c181e69ff47a6e97696a987e806fb9b40cb83c3/src/optimizeSVG.js#L11-L25) (upstream of SVGO) and it works well for me too, but I'd still be interested in seing your solution (and even better if it...
It seems that your solution relies on external non-JS software though, which I really want to avoid in my project. The ideal solution would be pure-js, but also synchronous so...
There is [jimp](https://github.com/oliver-moran/jimp), which is the solution I use in my project (see two messages above). It makes plenty of sense to have a pure-JS image library, it is more...
@julienboulay I am making [this project](https://github.com/RelaxedJS/ReLaXed) which, even though it is written in javascript and distributed via npm, is aimed at the general public (not just front-end specialists). I am...
A long time ago I had this intention to add an attribute "slideData" to slides, which is an object with any kind of data that external plugins/widgets can use. Then...
Because I'm lazy :) Also I got swamped in other projects, with very little use of the library (I usually do PDF slideshows now) so it's better if people who...