WebAudioPlugins icon indicating copy to clipboard operation
WebAudioPlugins copied to clipboard

RFC: Plugins discover-ability

Open vitaliy-bobrov opened this issue 6 years ago • 1 comments

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.

vitaliy-bobrov avatar Nov 08 '19 10:11 vitaliy-bobrov

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

micbuffa avatar Feb 13 '20 10:02 micbuffa