Add copy code button

This commit is contained in:
BernatBC 2024-08-31 11:28:52 +02:00
parent 02e5e99cf6
commit 62f9b68a16
5 changed files with 55 additions and 0 deletions

View file

@ -25,3 +25,7 @@ if (process.env.FEATURE_MATH === '1') {
if (process.env.FEATURE_EMBEDPDF === '1') {
import('./embedpdf')
}
if (process.env.FEATURE_COPYCODEBUTTON === '1') {
import('./copyCode')
}