#dataurl — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #dataurl, aggregated by home.social.
-
#til you can convert a file to a data url with base64 encoding by chaining a couple of bash commands
https://codewithhugo.com/convert-image-data-url/
Extra tip: pipe the output to
`pbcopy` on mac
or
`xclip -sel clipboard`
to get it straight to the clipboard.
-
#til you can convert a file to a data url with base64 encoding by chaining a couple of bash commands
https://codewithhugo.com/convert-image-data-url/
Extra tip: pipe the output to
`pbcopy` on mac
or
`xclip -sel clipboard`
to get it straight to the clipboard.
-
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
-
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
-
A modern Web-Browser is a piece of software that thinks "no network traffic" is less secure than "encrypted network traffic"
-
Today, Node.js released critical security updates addressing multiple vulnerabilities, including a high-severity flaw that allows arbitrary code execution on Windows.
https://stackdiary.com/node-js-security-release-addresses-high-medium-vulnerabilities/
#NodeJS #Security #Update #Vulnerability #Patch #Cybersecurity #DevOps #Software #TechNews #Programming #Coding #Developers #Infosec #SecurityAlert #Windows #JavaScript #webdev #opensource #backend #Network #DataURL #Lstat #Fchmod #Fchown #Undici #Release #Upgrade #SafeCoding #tech #Alert #Fix
-
Today, Node.js released critical security updates addressing multiple vulnerabilities, including a high-severity flaw that allows arbitrary code execution on Windows.
https://stackdiary.com/node-js-security-release-addresses-high-medium-vulnerabilities/
#NodeJS #Security #Update #Vulnerability #Patch #Cybersecurity #DevOps #Software #TechNews #Programming #Coding #Developers #Infosec #SecurityAlert #Windows #JavaScript #webdev #opensource #backend #Network #DataURL #Lstat #Fchmod #Fchown #Undici #Release #Upgrade #SafeCoding #tech #Alert #Fix
-
#Development #Techniques
SVG icons with CSS masks · Easy color matching of inlined SVG icons https://ilo.im/15xq0l_____
#Design #UiDesign #WebDesign #Icon #SVG #DataURL #WebDev #Frontend #HTML #CSS -
#Development #Techniques
SVG icons with CSS masks · Easy color matching of inlined SVG icons https://ilo.im/15xq0l_____
#Design #UiDesign #WebDesign #Icon #SVG #DataURL #WebDev #Frontend #HTML #CSS -
What 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 Readinghttps://shawnhooper.ca/2023/01/17/create-a-data-url-in-browser-dev-tools/