mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2026-08-24 10:14:12 -05:00
Rasterizes the live prompt SVG to a PNG on a hidden canvas. The font is embedded as a base64 data URI in the SVG before rasterizing, since an Image() loaded from a blob URL cannot see the page's own @font-face and would otherwise fall back to a generic monospace font. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Entire-Checkpoint: 0401007e6324
Website
This website is built using Docusaurus, a modern static website generator.
Installation
npm install
Local Development
npm run start
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.