Erik Sombroek

Results 19 comments of Erik Sombroek

I've just created a build script for myself, but would be nice if wasm-pack did this: ``` #!/usr/bin/env bash # Set default build type to 'dev' if not specified BUILD_TYPE=${1:-dev}...

May I suggest this: https://github.com/ErikSom/Clipper2-WASM/

Setting `skipFonts: true` solves this problem, but ideally I would also include fonts.

I was running into the same issue, @glenzli , have you run into similar behaviour?

Wouldn't it be much simpler @trun to fix this by having a very small epsilon which is considered 0 as well? 0 = x < epsilon && x > -epsilon

Indeed it's fixed when patching paperjs with the following code: ``` isClockwise: function() { return this.getArea() >= -0.000000000001; }, ```

I also would like to find a proper work around for this one