https://github.com/timhagn/giffit
Gatsby Plugin and Transformer to easily work with optimized animated GIFs.
https://github.com/timhagn/giffit
Last synced: about 2 months ago
JSON representation
Gatsby Plugin and Transformer to easily work with optimized animated GIFs.
- Host: GitHub
- URL: https://github.com/timhagn/giffit
- Owner: timhagn
- License: mit
- Created: 2019-05-16T21:19:19.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-02-19T02:36:38.000Z (over 4 years ago)
- Last Synced: 2025-02-13T20:18:32.240Z (3 months ago)
- Language: JavaScript
- Size: 16.3 MB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
giffit
Gatsby Plugin and Transformer to easily work with optimized animated GIFs!
`gatsby-plugin-giffit` & `gatsby-transformer-giffit` are a Gatsby plugin and
transformer which for (animated) GIFs (**_shall soon_**) provide, what Gatsby's
own `gatsby-plugin-sharp` & `gatsby-transformer-sharp`do for the rest of
your images.Optimized sizes and conversion to WebP for browsers that support it as well as
a single extracted Base64 encoded GIF-animation frame as a preview during load
are already (mostly) working.## Preamble
This is a monorepo managed by [`lerna`](https://lerna.js.org/), so have a look
at the individual READMEs of
- [`gatsby-plugin-giffit`](https://github.com/timhagn/giffit/tree/main/packages/gatsby-plugin-giffit#readme)
- [`gatsby-transformer-giffit`](https://github.com/timhagn/giffit/tree/main/packages/gatsby-transformer-giffit#readme)## Contributing
Everyone is more than welcome to contribute to this little package!
Docs, Reviews, Testing, Code - whatever you want to add, just go for it : ).
So have a look at our [CONTRIBUTING](CONTRIBUTING.md) file and give it a go.
Thanks in advance!## TODO
**A friggin lot** ^^.
*For anything else tell me by opening an issue or a PR : )!*
*I have to tend this a little more % )!*