0.2.8 • Published 7 years ago

vnjson-local-builder v0.2.8

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

vnjson-local-builder

Local assembly visual novel Build module for vnjson-cli

Install

npm i --save vnjson-local-builder

Usage

const localBuild = require('vnjson-local-builder');


localBuild({
  path: 'path-to-game-root',
  local: 'en-US', //l10n for scenes path,
  notify: (err, msg)=>console.log(msg)
})

License

MIT License (MIT)