1.0.4 • Published 2 years ago

ichion v1.0.4

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
2 years ago

ichion

npm ESLint

Cross-platform Node library for playing sound files using Puppeteer.

Install

npm i ichion

Usage

const ichion = require('ichion')

// Play audio file
ichion.play('file.mp3')   // or
ichion.play('file.mp3').then(() => { ... })   // or
await ichion.play('file.mp3')
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago