🚀 interactive demo
This commit is contained in:
@@ -4,7 +4,9 @@ const container = document.createElement("div");
|
||||
container.style.fontFamily = "helvetica";
|
||||
document.body.appendChild(container);
|
||||
|
||||
for (const demo of require("./demo.json").filter((x: any) => x !== "index")) {
|
||||
for (const demo of require("./demo.json").filter(
|
||||
(x: any) => !["index", "interactive"].includes(x)
|
||||
)) {
|
||||
const title = document.createElement("h1");
|
||||
title.innerText = demo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user