Skip to content

Commit

Permalink
feat: add aplayer css bundled
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Apr 26, 2023
1 parent 7593c21 commit 19b5e2e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ The APlayer features you love with the APlayer options you are familiar with.

## Usage

Install `aplayer-react` along with `aplayer`.
Install `aplayer-react` npm package

npm i aplayer-react aplayer
npm i aplayer-react

Import APlayer component from `aplayer-react` package, and import stylesheet from `aplayer` package.
Import APlayer component from `aplayer-react` package, and import stylesheet.

```jsx
import { APlayer } from "aplayer-react";
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@
"vitest": "^0.26.3"
},
"peerDependencies": {
"aplayer": "^1.10.1",
"react": "^18.2.0"
},
"publishConfig": {
Expand Down

1 comment on commit 19b5e2e

@vercel
Copy link

@vercel vercel bot commented on 19b5e2e Apr 26, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.