Download

4 simple ways to download jsConvert. (GitHub, NPM and unpkg)

1. Download jConvert directly here

You can download source code directly here.

2. Include script file jsConvert with unpkg

<script src="https://unpkg.com/js-convert-case/dist/js-convert-case.min.js"></script>

3. Download jsConvert from GitHub

jsConvert is available on GitHub . You can download from my repository.
git clone https://github.com/huynhsamha/js-convert-case.git

4. Install jsConvert via NPM

You can also install package via NPM here.
+ Use npm :
npm install --save js-convert-case
+ Use yarn :
yarn add js-convert-case