// nih-plug-webview
declare global {
const host: {
onmessage: (type: "text" | "binary", message: string) => void;
postMessage: (message: string) => void;
};
}
forked from httnn/nih-plug-webview
-
Notifications
You must be signed in to change notification settings - Fork 0
A webview adapter for nih-plug
License
toiglak/nih-plug-webview
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A webview adapter for nih-plug
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Rust 89.6%
- TypeScript 8.1%
- JavaScript 2.3%