An open API service indexing awesome lists of open source software.

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

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
```