Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 692 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 692 Bytes

@gewd/utils

Collection of utility functions for any javascript project

NPM Version Package Size

@gewd/utils

Functions

sleep(ms) used for simple sleep Promises in an async context downloadFile(filename, dataUrl) downloadData(filename, mimetype, dataString) btoa is used for the dataString downloadImage(filename, canvasElement)

  • TODO fill all other package content / functions