rdmkit-cpl
v1.0.14
Published
CPL counts and displays the number of characters selected when you click and drag to select text in the browser. If you are into web typography, use this to calculate the characters-per-line easily.
Downloads
2
Readme
CPL - Characters per Line
This is a simple app that counts the amount of characters that are selected when you click and drag to select text. This is great for being able to count the amount of characters in a line if you are into that type of control over the typography in your web page.
Install
npm i rdmkit-cpl --save-dev
Usage
Use your mouse to select text and get a read-out of the number of characters you have selected. This is helpful if you need to know how many characters are in a line of text. You can also select as much text as you want and it will still tell you how many characters you have selected.
Example output
This is intended to be used for development purposes during the "design-to-code" phase.