Skip to content
This repository has been archived by the owner on Jun 6, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (5 loc) · 301 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 301 Bytes

Encode/Decode Actions

An LB6 extension that deals with encoding/decoding things.

  • Encode HTML Entities (e.g. Hørsholm => Hørsholm)
  • Decode HTML Entities (e.g. Hørsholm => Hørsholm)
  • Encode File as Data URI (e.g. data:image/png;base64,iVBORw0KGgoAANSUh... (truncated))