https://github.com/user-attachments/assets/a1b61097-f896-4e48-9087-f0c6148d165b
≥ A Svelte-based project exploring Three.js decals using Threlte. This project demonstrates the implementation of decal techniques in 3D web graphics.
npm install
# or
pnpm install
# or
yarn
Start the development server:
npm run dev
# or
npm run dev -- --open # to open in browser automatically
Create a production build:
npm run build
Preview the production build:
npm run preview
dev
: Start development serverbuild
: Create production buildpreview
: Preview production buildcheck
: Run Svelte-Kit sync and TypeScript checksformat
: Format code with Prettierlint
: Run linting checks/src
- Source code/routes
- Svelte routes/pages/lib
- Shared components and utilities/static
- Static assets