https://github.com/qvil/signature-code
Write signature code your project. ✒
https://github.com/qvil/signature-code
Last synced: 3 months ago
JSON representation
Write signature code your project. ✒
- Host: GitHub
- URL: https://github.com/qvil/signature-code
- Owner: qvil
- License: mit
- Created: 2019-02-19T14:03:35.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-27T19:18:07.000Z (about 6 years ago)
- Last Synced: 2025-02-21T23:49:52.947Z (4 months ago)
- Language: JavaScript
- Homepage: https://qvil.github.io/signature-code/
- Size: 143 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Signature Code
Write signature code your project. ✒
## Usage
### Install
```
npm install --save signature-code
```### Example
```
import SignatureCode from "signature-code";SignatureCode.toHTML("My Signature!");
SignatureCode.toConsole("My Signature!");
```## Development
### Install
```
npm install
```### Start
```
npm start
```## License
MIT