2 releases (1 stable)

1.0.0 Mar 2, 2024
0.2.2 Feb 25, 2024

#1080 in Algorithms

Download history 21/week @ 2024-07-01 39/week @ 2024-07-29

61 downloads per month

MIT license

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