teramotodaiki

Results 3 comments of teramotodaiki

I found a workaround with Webpack. If you want to solve it right now, please refer to it. - Upgrade free-style up to `v3.2.2`. e.g. `npm install --save free-style@latest` -...

I'm sorry but above workaround may occur another bug. In my case, typestyle's _style()_ with _media()_ generate same hash even different media queries. Here is a easy workaround for this...

I have same problem. I don't know why but you can reproduce it in Codesandbox below. https://codesandbox.io/s/loving-ride-eiljq?file=/src/index.js In short, the distance between two different images will be zero. `Jimp.distance(image1, image2)...