1.1.3 • Published 6 years ago

ass-serialize v1.1.3

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

ASS-Serialize

Serialize json to ass format

install

npm install --save ass-serialize

or

yarn add ass-serialize

usage

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 test

Thanks 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 publish

Credits

Thanks to this link to helped me how to write markdown

1.1.3

6 years ago

1.1.2

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago