1.1.3 • Published 7 years ago
ass-serialize v1.1.3
ASS-Serialize
Serialize json to ass format
install
npm install --save ass-serializeor
yarn add ass-serializeusage
ECMAScript 6 usage:
import AssSerialize from 'ass-serialize'
let ass = AssSerialize.serialize(json)ECMAScript 5 usage:
var AssSerialize = require('ass-serialize').default
let ass = AssSerialize.serialize(json)test
npm testThanks to this article to guide me how to configure the test environment
publish to npm registry
Thanks to this answer to help me publish a ES 6 package.
npm run prepublish
npm publishCredits
Thanks to this link to
helped me how to write markdown