jpmify
v1.4.0
Published
A tribute to the best committer of all times
Downloads
13
Readme
jpmify
A tribute to the best committer of all times
Installation
npm install jpmify
Usage
ES5
var jpmify = require('jpmify');
console.log(jpmify('Vous êtes trop gentille, toutefois l’opacity du hover sur le dashboard laisse à désirer, et le state finished'));
This will print out :
Vous êtes trop bonne, toutefois l’opoacity du hover sur la dashboard laisse à désirer, et la state finitsht
ES>5
import jpmify from 'jpmify'
console.log(jpmify('Vous êtes trop gentille, toutefois l’opacity du hover sur le dashboard laisse à désirer, et le state finished'));
This will print out :
Vous êtes trop bonne, toutefois l’opoacity du hover sur la dashboard laisse à désirer, et la state finitsht