micbuffa / WebAudioPlugins

WebAudioPlugins SDK + examples
MIT License
96 stars 7 forks source link

RFC: Plugins discover-ability #11

Open vitaliy-bobrov opened 4 years ago

vitaliy-bobrov commented 4 years ago

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.

micbuffa commented 4 years ago

Can we discuss that. How to rely on this (indeed this would be cool) and make plugins having a URL and being dynamically loadable?