Josh Marinacci

Results 123 comments of Josh Marinacci

I've merged the change and all of the tests pass. Can you confirm this fixes the bug for you?

Hi @k2xl are you seeing on the console that it prints one of: ``` if(!font) console.warn("WARNING. Can't find font family ", ctx._font); if(!font.font) console.warn("WARNING. Can't find font family ", ctx._font);...

On the latest build I'm doing this and it is working. ``` const fontRecord = pureimage.registerFont('test/unit/fixtures/fonts/SourceSansPro-Regular.ttf', 'MyFont', 10, '', ''); fontRecord.loadSync(); let image = PImage.make(200,200) let context = image.getContext('2d'); context.font...

This PR changes a whole lot of things, far too much for review. Could you make a PR with just the typescript changes, not all of the editor options and...

Did you intend to delete context.js and text.js

It looks like there are some conflicts to resolve before it can be merged.

Could you resolve the conflicts? Then we can try the merge again.

I've never heard of JIMP. Could you put in a link explaining what it is?

That sounds like a good idea. What would it take? Providing a raw buffer in a particular format that JIMP understands?