mirror of
https://github.com/pierre42100/comunic
synced 2024-11-17 02:51:13 +00:00
9 lines
353 B
Markdown
9 lines
353 B
Markdown
|
## 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](https://docs.google.com/document/d/1k4nPx1RrHbxXi94kSdvW5ay8KMkjwLmBEiCNupyzlwk/pub) for this project.
|
||
|
|
||
|
## Getting started
|
||
|
|
||
|
Take a look at src/display/svg.js to see the SVG rendering code.
|