Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 303 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 303 Bytes

web-dev-utils

Assorted JavaScript Utility Functions and Classes.

  • Non-Desctructive Assign - A non-destructive version of Object.assign(). Recursively iterates source properties and applies them to the target object
  • Base64 Encode Image - Encodes a non-remote origin image to Base64 using a canvas