Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Latest commit

 

History

History
48 lines (33 loc) · 580 Bytes

File metadata and controls

48 lines (33 loc) · 580 Bytes

@tsparticles/browserslist-config

Shared Browserslist targets for tsParticles packages.

Installation

pnpm add -D @tsparticles/browserslist-config browserslist

Included Query

Current configuration (src/index.js export):

module.exports = [
  "since 2021",
  "not dead",
];

Usage

Add this to your package package.json:

{
  "browserslist": [
    "extends @tsparticles/browserslist-config"
  ]
}

Then verify with:

pnpm exec browserslist

Build (package maintainers)

pnpm run build

License

MIT