Seanghay Yath

Results 49 comments of Seanghay Yath
trafficstars

I think it can be achieved by having a `GifDecoder` for decoding `.gif` file and draw it into a `SurfaceTexture` which can be used to overlay on top of a...

> Thanks! > > It would be cool but I don't have any short term plans to work on this. It would be very hard to implement at the moment....

> I was also looking for this. @seanghay did you find answer to this? No, I haven't. I ended up using the current one.

Is there any workaround?

Check this out https://deno.land/manual/tools/task_runner

Hi @shuding! I've added the test now.

@shuding Khmer text is now rendering, but it's not correct. Khmer characters has font ligatures. I'm not sure how to fix it. It seems to be a problem with opentype.js?...

https://github.com/opentypejs/opentype.js/issues/439

Btw `node-canvas` renders Khmer text perfectly fine. Here is an example https://github.com/seanghay/node-canvas-khmer It looks like node-canvas is using pango layout engine.

I have a use-case where I need to scrape data from a website which has a self-signed certificate so Deno rejected that. I want to use Deno Deploy as a...