uwu-rs
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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

/uwu-rs/

    Package Sidebar

    Install

    npm i uwu-rs

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    170 kB

    Total Files

    5

    Last publish

    Collaborators

    • sandrohc