pomber / code-surfer

Rad code slides <🏄/>
https://codesurfer.pomb.us/
MIT License
6.36k stars 174 forks source link

Support for other presentation tools #73

Open springroll12 opened 4 years ago

springroll12 commented 4 years ago

Hi. Love Code-Surfer!

Is there a clean way to integrate this library into other presentation tools (e.g. spectacle)?

I see that it can be embedded in a website (pomb.us :+1:), so it must be possible, but I'm having trouble following mdx-deck-code-surfer. Could you provide guidelines for integrating this library into other applications?

pomber commented 4 years ago

You can use the @code-surfer/standalone package to use the React component directly (that's what I'm doing in gatsby-theme-waves which pomb.us is using), but it's undocumented and not very stable.

My (long term) idea is to extract most of code-surfer's code to vanilla js and make it easy to integrate with most js framework and meta-frameworks.