Skip to content

elrumordelaluz/fax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fax.js

Fax lets transform DOM Elements into Objects/JSON and viceversa, to clone or manipulate it then.

Element to Object

fax.toObject(elem);

Element to JSON

fax.toJson(elem);

Object to Element

fax.toElement(obj, dest);

Clone Element

fax.faxie(inputElement, outputElement, [strict]);

About

Transform Element < -- > Object / JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published