LarpixClient/node_modules/gif.js/site/config.json
olcxja 95aaaa69ea
All checks were successful
Android Build / publish (push) Successful in 57s
Linux Build / publish (push) Successful in 53s
big updat:
- update dependencies
- add webp support and webp conversion for profile images
2026-07-02 22:40:46 +02:00

22 lines
509 B
JSON

{
"locals": {
"name": "gif.js",
"url": "http://jnordberg.github.io/gif.js",
"description": "Full-featured JavaScript GIF encoder that runs in your browser.",
"keywords": "gif, encoder, animation, browser, unicorn",
"version": "3"
},
"baseUrl": "/gif.js/",
"require": {
"hljs": "highlight.js"
},
"nunjucks": {
"autoescape": false
},
"plugins": [
"wintersmith-browserify",
"wintersmith-less",
"wintersmith-nunjucks",
"./plugins/jsignore.coffee"
]
}