UNPKG

talkr-apng

Version:

Parse and play animated PNG (APNG) to sync with TTS or audio

43 lines (42 loc) 1.06 kB
{ "name": "talkr-apng", "version": "0.0.5", "description": "Parse and play animated PNG (APNG) to sync with TTS or audio", "repository": "talkr-app/talkr-apng", "main": "lib/index.js", "scripts": { "build": "node_modules/.bin/webpack --optimize-minimize", "prepublish": "npm run build" }, "keywords": [ "tts", "text to speech", "speechSynthesis", "png", "apng", "animation", "talkr" ], "author": { "name": "Talkr, Inc.", "url": "https://talkrapp.com" }, "license": "MIT", "devDependencies": { "babel-core": "^6.26.0", "babel-eslint": "^8.0.2", "babel-loader": "^6.4.1", "babel-preset-es2015": "^6.24.1", "babel-preset-stage-1": "^6.24.1", "css-loader": "^0.25.0", "eslint": "^4.11.0", "eslint-config-standard": "^10.2.1", "eslint-plugin-import": "^2.8.0", "eslint-plugin-node": "^5.2.1", "eslint-plugin-promise": "^3.6.0", "eslint-plugin-standard": "^3.0.1", "style-loader": "^0.13.2", "webpack": "^1.15.0" }, "dependencies": {} }