noams24 / Kef-Code

An educational website to help students easily pass tests
https://www.kefcode.com
MIT License
9 stars 19 forks source link

PDF component #129

Closed noams24 closed 7 months ago

noams24 commented 8 months ago

Example: https://kef-code.vercel.app/courses/intro-to-computer-science/data-structures/find

Full screen component: https://github.com/noams24/Kef-Code/blob/main/src/layouts/components/PdfFullscreen.tsx

Toolbar component: https://github.com/noams24/Kef-Code/blob/main/src/layouts/editor/plugins/ToolbarPlugin/index.tsx

Fullscreen is overlapping with the toolbar component image