gaucho-labs / wasm-keys

compile-time static type bindings for key values in `web-sys::KeyboardEvent`
MIT License
0 stars 0 forks source link

Create fuzz testing crate for key presses #1

Open friendlymatthew opened 4 months ago

friendlymatthew commented 4 months ago

@mondeja what do you think?

The goal is to split leptos-hotkeys and use this library for types. This crate implements the From trait for web_sys::Keyboard_Event. It also does the Hotkey creation here.

Will add you as a maintainer to this as well

mondeja commented 4 months ago

Yes, that's a great idea :+1: I'll add CI here when you split leptos-hotkeys.