An open API service indexing awesome lists of open source software.

https://github.com/chuckterry/web-dev-utils

Assorted JavaScript Utility Functions and Classes.
https://github.com/chuckterry/web-dev-utils

Last synced: about 1 month ago
JSON representation

Assorted JavaScript Utility Functions and Classes.

Awesome Lists containing this project

README

          

# 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