Breaking
- Print function now supports assets loading on demand (string array of styles or scripts). (PR #27)
print (el: HTMLElement, styles?: string[], scripts?: string[], callback?: PrintdCallback)
Features
- Load styles and scripts on demand (PR #27)
Updates
- Update code sample
- Update project docs