Skip to content

na9da/kissvg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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