2 lines
77 B
JavaScript
2 lines
77 B
JavaScript
|
var doc = new jsPDF('landscape');
|
||
|
doc.text(20, 20, 'Hello landscape world!');
|