Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

customPrint

small javascript class to make printing from code easier

printer=new customPrint;
printer.elements=[
  {type:'h1',content:'Printing'},
  {type:'div',content:'HELLO WORLD'},
  {type:'img',src:'image.jpg'}
];
printer.stylesheets=['layout.css','print.css'];
printer.style='.override{display:none;}';

printer.print();

About

small javascript class to make printing from code easier

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages