pdf.js/examples/svgviewer
Jonas Jenwald 426945b480 Update Prettier to version 2.0
Please note that these changes were done automatically, using `gulp lint --fix`.

Given that the major version number was increased, there's a fair number of (primarily whitespace) changes; please see https://prettier.io/blog/2020/03/21/2.0.0.html
In order to reduce the size of these changes somewhat, this patch maintains the old "arrowParens" style for now (once mozilla-central updates Prettier we can simply choose the same formatting, assuming it will differ here).
2020-04-14 12:28:14 +02:00
..
index.html Modified Examples to work without systemjs 2018-07-21 16:56:06 +05:30
README.md SVG Viewer example demo 2014-06-20 08:25:05 +05:30
viewer.js Update Prettier to version 2.0 2020-04-14 12:28:14 +02:00

PDF.js using SVG

This is a project for implementing alternate backend for PDF.js using Scalable Vector Graphics. This is still a WIP. Take a look at proposal for this project.

Getting started

Take a look at src/display/svg.js to see the SVG rendering code.