uwu_wasm

Crates.iouwu_wasm
lib.rsuwu_wasm
version1.0.0
sourcesrc
created_at2024-02-25 16:35:32.669449
updated_at2024-03-02 13:42:14.765617
descriptionuwuifying the web
homepage
repositoryhttps://github.com/SandroHc/uwu-rs/tree/master/crates/uwu_wasm
max_upload_size
id1152606
size4,985
Sandro Marques (SandroHc)

documentation

https://docs.rs/uwu_wasm

README

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
Commit count: 0

cargo fmt