react-web-spritez
v1.0.52
Published
An interactive floating pixel sprites for React websites
Readme
react-web-spritez ⚔️👾
An interactive, responsive, pixel-art sprite component library built for React and Next.js applications. Perfect for gamifying landing pages, portfolios, or web apps.
Features
- 🚀 Next.js Ready: Bundled with
"use client"directive preservation. - ⚡ Lightweight & Scalable: Optimized using Vite and Rollup with zero unnecessary bloat.
- 🎨 Dynamic Assets: Pass custom sprite sheet urls directly via props or use the default public fallback.
- 🛠️ TypeScript Powered: Full type definitions included out of the box.
Installation
Install the package via your preferred package manager:
npm install react-web-spritez
# or
yarn add react-web-spritez
# or
pnpm add react-web-spritez