
could i somehow integrate only the code generators?
is there any way to create JavaScript Objects from the library I'm using:var person = {first_name : "Marty",last_name : "Mcfly",born : 1968, died : 1933,lovers: ["Jennifer Parker","Baines McFly"] };
And then use those to create Blockly blocks? So Blockly would act as a backend?
--
You received this message because you are subscribed to the Google Groups "Blockly" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blockly+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blockly/CAN0w5ebB%3DrPJ0bXJyMm-f2Owb5Ec6kWJBsnuf3sQM1M8XELCoA%40mail.gmail.com.
is there any way to create JavaScript Objects from the library I'm using…
And then use those to create Blockly blocks?