https://github.com/nucliweb/core-web-vitals-workshop
https://github.com/nucliweb/core-web-vitals-workshop
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nucliweb/core-web-vitals-workshop
- Owner: nucliweb
- License: mit
- Created: 2024-11-26T08:37:53.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-03T17:08:07.000Z (about 1 year ago)
- Last Synced: 2026-01-19T08:32:53.180Z (24 days ago)
- Language: TypeScript
- Size: 11.4 MB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# core-web-vitals-workshop
```js
const ProductImage = ({ filename, alt }) => {
const variants = getImageVariants(filename);
return (
{variants.avif && }
{variants.webp && }
);
};
```