sizewiz
v1.0.0
Published
Resize Text
Readme
What is this?
A library to adjust the text size in html.
installation
npm i sizewiz --save
Then... ... import {sizewiz} from sizewiz;
sizewiz({size_type:'big'});
this can be big,medium or anything(for small size);
...
