2 releases (1 stable)
1.0.0 | Mar 2, 2024 |
---|---|
0.2.2 | Feb 25, 2024 |
#1080 in Algorithms
61 downloads per month
37KB
478 lines
uwu_wasm
A uwu package inspired by Daniel Liu's uwu that runs on modern browsers.
Quick start
Install the package with:
npm install uwu-rs
pnpm install uwu-rs
yarn install uwu-rs
Then use as follows in your code:
import init, { uwuify } from 'uwu-rs';
init().then(() => {
console.log(uwuify('I have been uwuified!'));
});
Building
wasm-pack build --target web --out-name uwu
Publishing
wasm-pack login
wasm-pack publish
Dependencies
~1.6–2.7MB
~46K SLoC