1.0.0 • Published 1 year ago

@skeepit/unicode-to-gsm7 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

unicodeToGSM7

Typescript unicode string to GSM7 string conversion for SMS messaging

Installation

yarn add unicodeToGSM7

Usage

import { unicodeToGSM7 } from 'unicodeToGSM7';

const unicodeString = 'Hello, World!';

const gsm7StringWithExtended = unicodeToGSM7(unicodeString);
const gsm7StringWithoutExtended = unicodeToGSM7(unicodeString, false);

Contributors

Special thanks to : - @Wissotsky for writing py-smsify - @jasonsturges for writing this package template (vite-typescript-npm-package)https://github.com/jasonsturges/vite-typescript-npm-package

License

https://www.apache.org/licenses/LICENSE-2.0.

1.0.0

1 year ago