Join Discord
Powered by
*TIL:* How to embed an SVG, and have full interact...
# today-i-learned
s
seadude
02/28/2022, 6:17 PM
TIL:
How to embed an SVG, and have full interactivity, into a RevealJS slide
<object data=".\assets\svg\2022-02-27_diagram.svg" type="image/svg+xml"></object>
SHweeet!
Previous
Next