Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 973 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 973 Bytes

Kissvg

Kissvg is a chrome extension for converting web pages into SVG format.

For a sample, checkout the SVG generated for the Hacker News home page.

Installation

Head to the chrome webstore to install the latest version.

Development

npm install
npm run-script build

You can now load the extension from the chrome/ directory.

Limitations

  • Images are not inlined as data-urls so depending on the viewer some images may not render. We may be able to fix this in the future when the chrome.automation API stabilizes.
  • If the web page uses web fonts, then you need to install the fonts locally for the SVG to render correctly.
  • 100% fidelity is tough to acheive and is not our goal, so expect many things to break