https://github.com/voku/node-lettering
https://github.com/voku/node-lettering
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voku/node-lettering
- Owner: voku
- License: mit
- Created: 2015-04-07T10:09:55.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T05:58:03.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T09:06:56.328Z (over 1 year ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE-MIT
Awesome Lists containing this project
README
[](https://travis-ci.org/voku/node-lettering)
=========
only a demo for http://voku.github.io/OPEN-SOURCE
=========A minimal node module providing utility methods to wrap every letter from a
string with a unique 'span'-tag## Installation
```shell
npm install node-lettering --save
```## Usage
```js
var node_lettering = require('node-lettering')
lettering = node_lettering.lettering;var string = 'test';
var string_lettering = lettering(html);// test
```## Tests
```shell
npm test
```## Contributing
Add unit tests for any new or changed functionality.
## Release History
* 0.1.0 Initial release