Add embed code and instructions

This commit is contained in:
Idrees Hassan
2025-11-16 13:10:57 -05:00
parent 8b8aa50cae
commit c3ff3b39dc
4 changed files with 2636 additions and 0 deletions

View File

@@ -130,6 +130,7 @@ async function buildWeb() {
const birbJs = await generateCode(WEB_ENTRY);
mkdirSync(WEB_DIR, { recursive: true });
writeFileSync(WEB_DIR + '/birb.js', birbJs);
writeFileSync(WEB_DIR + '/birb.embed.js', birbJs);
}
async function buildUserscript() {