2 releases (1 stable)

1.0.0 Mar 2, 2024
0.2.2 Feb 25, 2024

#625 in Algorithms

Download history 73/week @ 2024-02-19 181/week @ 2024-02-26 25/week @ 2024-03-04 21/week @ 2024-03-11 34/week @ 2024-04-01

57 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.7–2.7MB
~46K SLoC