https://github.com/zeroby0/demo-eleventy-img-cache
https://github.com/zeroby0/demo-eleventy-img-cache
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zeroby0/demo-eleventy-img-cache
- Owner: zeroby0
- License: unlicense
- Created: 2021-08-11T13:17:43.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-11T14:02:39.000Z (almost 5 years ago)
- Last Synced: 2025-09-01T14:55:05.748Z (10 months ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo eleventy-img#cache
- https://github.com/11ty/eleventy-img/pull/116
- https://github.com/zeroby0/eleventy-img/tree/cache
## Usage
```bash
git clone https://github.com/zeroby0/demo-eleventy-img-cache.git
cd demo-eleventy-img-cache
npm install
time node index.js # Cache is empty ~ 2m36s
time node index.js # Cache is populated ~ 2.5 s
```