https://github.com/ehanlin/string-form-utils
This is a string tool for full or half text
https://github.com/ehanlin/string-form-utils
Last synced: 5 months ago
JSON representation
This is a string tool for full or half text
- Host: GitHub
- URL: https://github.com/ehanlin/string-form-utils
- Owner: eHanlin
- License: mit
- Created: 2015-11-05T09:15:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-19T07:39:04.000Z (over 10 years ago)
- Last Synced: 2025-01-30T10:04:57.198Z (over 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
string-form-utils
===========================
## Bower Install
```sh
bower install string-form-utils
```
## Npm Install
```sh
npm install string-form-utils
```
## Usage
```js
var stringFormUtils = require('stringFormUtils');
//output `a`
console.log(stringFormUtils.transformToFullwidth("a"));
//output `a`
console.log(stringFormUtils.transformToHalfwidth("a"));
```
## Build
```sh
gulp
```
## Test
```sh
gulp test
```