cmgriffing / giffium

Create and share beautiful gifs of your source code diffs.
https://giffium.com
MIT License
9 stars 7 forks source link

Use worker thread for encoding #18

Closed miniscruff closed 1 week ago

miniscruff commented 1 week ago

Fixes #1

Turns out our worker thread couldn't use the canvas element, so instead export as an Image directly before sending to our background worker.

netlify[bot] commented 1 week ago

Deploy Preview for lithium ready!

Name Link
Latest commit 614a3db46d74bce2691f4e92ca3e0a6bdad78b99
Latest deploy log https://app.netlify.com/sites/lithium/deploys/671410587fecdf0008912b1e
Deploy Preview https://deploy-preview-18--lithium.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

cmgriffing commented 1 week ago

Great work. I thought I tried this before, but I obviously did something wrong.