bezier-easing-editor
Cubic Bezier Curve editor made with React & SVG
File Explorer
Download Latest Version (.zip)- config.json
- README.md
- ci.yml
- deploy-pages.yml
- release.yml
- favicon.ico
- App.tsx
- index.css
- main.tsx
- vite-env.d.ts
- .gitignore
- index.html
- package-lock.json
- package.json
- tsconfig.json
- vite.config.ts
- BezierEditor.test.tsx
- BezierEditor.tsx
- Curve.tsx
- Grid.tsx
- Handle.tsx
- index.ts
- Progress.tsx
- types.ts
- .gitignore
- CHANGELOG.md
- LICENSE
- package-lock.json
- package.json
- README.md
- tsconfig.json
- tsup.config.ts
- vitest.config.ts
# Installation Guide
1. Get the code
git clone https://github.com/gre/bezier-easing-editor
Downloads the entire project code from GitHub to your computer.
cd bezier-easing-editor
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm install bezier-easing-editor
Downloads and installs the libraries listed in package.json.
npm install
Downloads and installs the libraries listed in package.json.
npm test # run the test suite (vitest)
Type this command into your terminal and run it.
npm run build # build the library (tsup: ESM + CJS + types)
Builds optimized production files.
npm run dev # run the example app (vite)
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
