25.0.1 • Published 2 years ago

@generative-music/browserslist-config-standardized-audio-context v25.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

@generative-music/browserslist-config-standardized-audio-context

A Browserslist configuration which reflects standardized-audio-context support.

This can be used with other tools like @babel/preset-env to target the minimum browser versions supported by standardized-audio-context.

This package's major version number matches standardardized-audio-context. For example, versions of this package starting with "25." are compatible with any versions like "25.x.x" of standardized-audio-context. Use the latest version of this package with the same major version number as the verison of standardized-audio-context used in your project.

Usage

  1. Install the package:
npm install --save-dev @generative-music/browserslist-config-standardized-audio-context
  1. Add extends @generative-music/browserslist-config-standardized-audio-context to your browserslist configuration. See Browserslist Shareable Configs for more.