linyows / rotion

○ Rotion makes it easy to generate a Static Website using React and the Notion API.
https://rotion.linyo.ws/
MIT License
30 stars 4 forks source link

Use PDF.js instead of object tag #70

Closed linyows closed 5 months ago

linyows commented 5 months ago

Displaying PDFs using object tags has an issue with them not displaying on Mobile Safari, so we will change it to displaying them using canvas with PDF.js.