ichion

1.0.4 • Public • Published

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')

Package Sidebar

Install

npm i ichion

Weekly Downloads

1

Version

1.0.4

License

MPL-2.0

Unpacked Size

21.5 kB

Total Files

8

Last publish

Collaborators

  • dylankjy