3 JavaScript libraries are small and useful, just in case
I read an article about Kerning.js, which is a small JavaScript library that even can be the utility to implement the marvelous typography on the web pages. Then I remembered that I had used something like Lettering.js library lately.
I am not going to give the detailed instruction on its use (I will give some links to this instruction and every developer will figure it out), as well I will add some information about two other small libraries, l have used their functional in my projects.
Lettering.js is an assistant for radical web typography, Cryptico.js is an assistant for encrypting text and Rasta.js is anonymous domain-less key-value store for frontend JavaScript. Here are the links to the developers’ websites of these libraries and instructions for their use.
Lettering.js

Lettering.js is on Githab
Lettering.js allows breaking the words into letters, sentences into the words and the paragraphs into the lines, as well it arranges the broken fragments in an interesting way using css. The examples are on the website letteringjs.com.
Cryptico.js

Cryptico.js is on Google code
JavaScript library provides encryption for the text. There are used methods, such as RSA and AES. Text can be encrypted by a key with the specified length (512, 1024, 2048, 4096, 8192).
Rasta.js

Rasta.js is on Githab
Online access to data is done by a key. It is needed to specify url in order to get / give information, and if it is necessary exchange them. Everything happens at the level of GET requests.
In addition, I bound the library and ensured it work only in the session, an exchange of user data was made between the front-end and backend applications. It is quite convenient.
I hope these libraries will be useful for someone in order to use them in the projects and speed up the development.
![]() |
![]() |
|
Vote for this post
Bring it to the Main Page |
||
![]() |
![]() |
Comments
Leave a Reply