Crates.io | uwu_wasm |
lib.rs | uwu_wasm |
version | 1.0.0 |
source | src |
created_at | 2024-02-25 16:35:32.669449 |
updated_at | 2024-03-02 13:42:14.765617 |
description | uwuifying the web |
homepage | |
repository | https://github.com/SandroHc/uwu-rs/tree/master/crates/uwu_wasm |
max_upload_size | |
id | 1152606 |
size | 4,985 |
A uwu package inspired by Daniel Liu's uwu that runs on modern browsers.
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!'));
});
wasm-pack build --target web --out-name uwu
wasm-pack login
wasm-pack publish