Timothy Kempf
Timothy Kempf
On occasion I'll be making a GIF that ends up having a few extra frames from another scene tacked on the end, no matter how careful I am with my...
It would be awesome if this was built to work with javascript module systems, like Browserify and Requirejs, in mind. > so module > very portble > javscipt > wow
The number helper should provide a set of tools for turning a number into a string representation of the number. Numbers like `1000` can be converted to formats like: `1,000`,...
We could probably use a helper to provide access to variables that are out of the current scope. Since we usually need to just access something at the top of...
Right now many helpers will completely break template rendering if they don't get data of the correct type. Ideally this should just return nothing (from the helper), rather than destroy...
A helper for formatting time strings. Ideally for converting things like `233` to `5:53`.
Every time I try to create a GIF with this library I'm confronted with the following error thrown by `omggif`: ``` Uncaught Invalid code/color length, must be power of 2...
Is there any way to stop/destroy a GIF while it's rendering? Something like: ``` js gif = new gifjs.GIF({ workers: 8, quality: options.quality, repeat: 0, width: options.width, height: options.height, workerScript:...
There's a separate domain name for "Gov Slack": https://slack-gov.com/
You can't have two emoji with the same name, so what do we do with conflicts? - Warn the user about the conflict and ask for a manual rename? -...