home.social

#dataurl — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #dataurl, aggregated by home.social.

fetched live
  1. #til you can convert a file to a data url with base64 encoding by chaining a couple of bash commands

    codewithhugo.com/convert-image

    Extra tip: pipe the output to

    `pbcopy` on mac

    or

    `xclip -sel clipboard`

    to get it straight to the clipboard.

    #dataURL #bash #base64

  2. #til you can convert a file to a data url with base64 encoding by chaining a couple of bash commands

    codewithhugo.com/convert-image

    Extra tip: pipe the output to

    `pbcopy` on mac

    or

    `xclip -sel clipboard`

    to get it straight to the clipboard.

    #dataURL #bash #base64

  3. 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.

    🔗 codeberg.org/tonton-pixel/tutt

    #TuttiQuantiShelf #DataURL #SVG #OpenSource #Application #ElectronJS

  4. 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.

    🔗 codeberg.org/tonton-pixel/tutt

    #TuttiQuantiShelf #DataURL #SVG #OpenSource #Application #ElectronJS

  5. 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 Reading

    https://shawnhooper.ca/2023/01/17/create-a-data-url-in-browser-dev-tools/