Install regions plugin from NPM
See original GitHub issueHow do I install the regions plugin from NPM? The Plugins documentation only provides an example using unpkg which is not suitable. https://wavesurfer-js.org/plugins/
This issue seems to cover my request but it doesn’t have any resolution. https://github.com/katspaugh/wavesurfer.js/issues/1077
How do I install the regions plugin from NPM? It’s not in node_modules/wavesurfer.js/dist/
as that issue suggests.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
serverless-multi-region-plugin - npm
Deploy an API Gateway service in multiple regions with a global CloudFront distribution and health checks. Latest version: 1.3.3, ...
Read more >nativescript-plugin-regions - NPM Package Overview - Socket
This module installs a NativeScript after prepare hook that gives you full control about the development region and known regions which are set...
Read more >nativescript-plugin-regions - npm package - Snyk
xcodeproj/project.pbxproj file. How to use. Install. tns plugin install nativescript-plugin-regions. Configuration. Create a ...
Read more >nativescript-plugin-regions
npm i --save nativescript-plugin-regions ... How to use. Install. tns plugin install nativescript-plugin-regions. Configuration.
Read more >katspaugh/wavesurfer.js - webpack and plugin import - GitHub
Using webpack I can install wave surfer easily, but I fail to load plugins. import WaveSurfer from ... Install regions plugin from NPM...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Opened a new issue for the problem mentioned above: https://github.com/katspaugh/wavesurfer.js/issues/2541
Done! But the API documentation you point to above is wrong, as importing the plugin without the leading “dist/plugin/” path does not work. Since it’s in the code should I open a pull request to the master branch?
(or… is it supposed to work? it doesn’t for me…)