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.
- Host: GitHub
- URL: https://github.com/chuckterry/web-dev-utils
- Owner: ChuckTerry
- License: mit
- Created: 2023-07-22T03:19:35.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-23T23:41:31.000Z (over 1 year ago)
- Last Synced: 2025-10-19T22:32:48.289Z (8 months ago)
- Language: JavaScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
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