Package Exports
- eafd
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (eafd) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
eafd

"Enter name here" can eat a fat, um, turkey
CLI Usage
$ npm install --global eafd$ eafd --help$ eafd "someones name" /path/to/write/file.mp3Programmatic Usage
$ npm install --save eafdconst eafd = require('eafd')
const { writeFileSync } = require('fs')
async function main (name, output) {
let mp3Data = await eafd(name)
writeFileSync(output, mp3Data)
}API
Main function returns Promise that resolves with Buffer of mp3 file
eafd(*name)
- name [string - required] Name to insert before Snoop's EAFD
License
MIT © Andrew Carpenter