djdabs

Results 3 comments of djdabs

@rain2o thanks for this! were you able to build successfully? getting some typescript errors ```src/render/canvas/canvas-renderer.ts:192:25 - error TS2322: Type 'MIX_BLEND_MODE' is not assignable to type 'GlobalCompositeOperation'. 192 this.ctx.globalCompositeOperation = styles.mixBlendMode;...

@rain2o appreciate your reply!! just tried using a fresh clone from your fork, still getting same errors on `yarn run build` when in branch `feature/mix-blend-mode` any chance you could send...

thank you @rain2o! Honestly if you still have access to the compiled minified file, that would do the trick. I don't really need to compile it on my side, just...