issues
search
jtanadi
/
scotty
WebSocket-enabled PDF viewer
http://raa-scotty.herokuapp.com/
MIT License
15
stars
1
forks
source link
Use canvas for DocumentView
#85
Open
jtanadi
opened
4 years ago
jtanadi
commented
4 years ago
Use
canvas
instead of simple
img
.
We already need it for annotations (#43), and drawing images in a canvas would solve some of the jank in #65.
The hard part would be implementing scroll / scrollbars.
canvas
instead of simpleimg
.