Make a little kite follow your cursor around!
Physics, gravity, and more included!
Comes in a dashing red, yellow, green, and blue!
Fly your kite with no fright with easy importing!
Install the Firefox extension from the Kite Cursor page on Firefox Addons.
The extension is currently under review on the Chrome Web Store. For now, you have to build the project locally, and install the unpacked extension from the folder
dist/extension/v3
Install it:
npm install kite-curorAdd this to start KiteCursor:
import { KiteCursor } from "kite-cursor";
new KiteCursor();There are currently no plain JS imports. You can import an older version with:
<script src="https://cdn.jsdelivr.net/npm/kite-cursor@0.0.1/bin/minified.js"></script>
First, make sure NodeJS & pnpm are installed, then run:
pnpm install # Install dependenciesPackage the extension by running:
pnpm packageThen, compress the outputs to .zips:
dist/extension/v2for Firefoxdist/extension/v2for Chromium
pnpm dev # Run docs site locally for testing
pnpm package # Combines src/ into package
pnpm docs:build # Build docs siteThanks to @guerrillacontra for their rope and canvas lib codepens. This project uses that source code but refactored to use Typescript and specialized functions. Plus the fun kite parts!
