image-multi-pixel-spare
v0.0.1
Published
An Astro component that transforms an image into a grid of interactive squares, where each square represents a portion of the image, creating a dynamic pixelated effect.
Maintainers
Readme
image-multi-pixel-spare
An Astro component that transforms an image into a grid of interactive squares, where each square represents a portion of the image, creating a dynamic pixelated effect.
Installation 📖
# You can intall with npm
npm install image-multi-pixel-spare
# or with yarn
yarn add image-multi-pixel-spare
# or with pnpm
pnpm add image-multi-pixel-spareUsage ⚙️
---
import ImageMultiPixelSpare from 'image-multi-pixel-spare';
---
<ImageMultiPixelSpare />
