WebAudioPlugins
WebAudioPlugins copied to clipboard
RFC: Plugins discover-ability
There is a common place to distribute JS / FE / WA modules via npm - we could introduce a custom field for package.json file to describe plugins. With this it will be possible to search for plugins using https://www.npmjs.com/ search, custom search (ex. using https://www.algolia.com/ search or any custom BE implementation). In addition when somebody want to use a plugin they could install it via npm/yarn/whatever (then build it in their app) or just use something like https://unpkg.com/ to just include a link to build version.
Can we discuss that. How to rely on this (indeed this would be cool) and make plugins having a URL and being dynamically loadable?