Skip to content

Commit

Permalink
docs: add features to landingpage
Browse files Browse the repository at this point in the history
  • Loading branch information
OrbisK committed Nov 26, 2024
1 parent 71cd263 commit eb51ce0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
17 changes: 10 additions & 7 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,14 @@ hero:
link: /usage


#features:
# - title: Feature A
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
# - title: Feature B
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
# - title: Feature C
# details: Lorem ipsum dolor sit amet, consectetur adipiscing elit
features:
- title: Plug & play
icon: 🚀
details: Just import the composable and start recording
- title: First-class support for Nuxt
icon: 🚚
details: Auto import for Nuxt
- title: Written in TypeScript
icon: 🦄
details: Enjoy the benefits of TypeScript
---
2 changes: 1 addition & 1 deletion tests/index.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ describe('useMediaRecorder', () => {
expect(state.value).toBe('inactive')
})

it('data should exist when stoping from pause', async () => {
it('data should exist when stopping from pause', async () => {
const {
start,
pause,
Expand Down

0 comments on commit eb51ce0

Please sign in to comment.