sms-calculator 1.0.4
Install from the command line:
Learn more about npm packages
$ npm install @fasttrack-solutions/sms-calculator@1.0.4
Install via package.json:
"@fasttrack-solutions/sms-calculator": "1.0.4"
About this version
Simple library to help calculate the number of SMS corresponding to a certain text content.
npm i --save @fasttrack-solutions/sms-calculator
SMSCalculator.getCount('📱Some really cool SMS content 🔥')
This will return the following object:
{
maxCharCount: 70,
numberOfSMS: 1,
remaining: 34,
totalLength: 36
}
Check the live demo on codepen.io
Details
- sms-calculator
- fasttrack-solutions
- 3 months ago
- 4 dependencies
Assets
- sms-calculator-1.0.4.tgz
Download activity
- Total downloads 242
- Last 30 days 0
- Last week 0
- Today 0