[JS Engine] Fix function hack; [Examples] Add FbLikebox;

This commit is contained in:
2023-08-17 00:24:39 +02:00
parent 37ea0db733
commit 89f3576881
7 changed files with 83 additions and 152 deletions

View File

@ -0,0 +1,6 @@
#!/usr/bin/env node
const BeeWarehouse = require('../../BeeWarehouse.js');
let ExampleCom = BeeWarehouse.LoadBeesFile('./ExampleCom.xml').ExampleCom;
let Info = ExampleCom.Functions.GetInfo();
console.log(Info);