New utilities in Tutti Quanti Shelf:
- Image to Data URL: Convert image file to data URL.
- SVG Symbols Viewer: View symbols contained in a SVG file.
🔗 https://codeberg.org/tonton-pixel/tutti-quanti-shelf
#TuttiQuantiShelf #DataURL #SVG #OpenSource #Application #ElectronJS

Websites without servers or networking
Note that this article is about a feature that, at the time of writing,
has been almost universally disabled or hampered on many platforms.
Expect some or all things to not work.
Everyone ...
Seth Michael Larson
Node.js security release addresses high/medium vulnerabilities
This morning, crucial security updates for Node.js were released. They address two significant vulnerabilities that could be exploited to execute
Stack Diary
SVG Icons with CSS Masks – David Bushell – Freelance Web Design (UK)
The one where I combines the powers of CSS and SVG
dbushell.comWhat is a Data URL? Data URIs are a scheme for encoding data using a base64 encoding that can be included in your HTML in…
Continue Reading
https://shawnhooper.ca/2023/01/17/create-a-data-url-in-browser-dev-tools/

Creating a Data URI from an image using your browser's Developer Tools - Shawn Hooper
How to use your browser's Developer Tools to convert an image into a base64 Data URI.
Shawn Hooper