1.0.4 • Published 1 year ago

ichion v1.0.4

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
1 year 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')