resFactory / factory

Resource Factory is a universal approach to originating, refining, and rendering Markdown, HTML, type-safe SQL, or other assets that could comprise static sites or engineering artifacts.
GNU Affero General Public License v3.0
0 stars 3 forks source link

Implement components, proxies, and directives to embed binaries into HTML #75

Open shah opened 2 years ago

shah commented 2 years ago

Per Encode your images into Base64 we can implement a web component, Markdown directive, and RF proxies to acquire binary content, convert it to Base64, and embed it into the HTML. This is useful when the content may come from a private source but needs to be publicly consumed.