# js-utils [![Test Status](https://github.com/zduny/js-utils/actions/workflows/rust.yml/badge.svg)](https://github.com/zduny/js-utils/actions) [![Crate](https://img.shields.io/crates/v/js-utils.svg)](https://crates.io/crates/js-utils) [![API](https://docs.rs/js-utils/badge.svg)](https://docs.rs/js-utils) Useful utilities to make development of browser-targeted Rust applications slightly less painful. https://crates.io/crates/js-utils [![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O5O31JYZ4) ## example See [rust-webapp-template](https://github.com/zduny/rust-webapp-template). ## development Use `test.sh` script to run tests. ## see also [wasm-bindgen](https://github.com/rustwasm/wasm-bindgen) [web-sys](https://rustwasm.github.io/wasm-bindgen/web-sys/index.html) [js_sys](https://docs.rs/js-sys/latest/js_sys/)