Skip to content

toiglak/nih-plug-webview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nih-plug-webview

// nih-plug-webview
declare global {
  const host: {
    onmessage: (type: "text" | "binary", message: string) => void;
    postMessage: (message: string) => void;
  };
}

About

A webview adapter for nih-plug

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 89.6%
  • TypeScript 8.1%
  • JavaScript 2.3%