Skip to content

Ability to use "constants and function code" in jsCodeView #10

@Ingenu1ty

Description

@Ingenu1ty

I mean using code from here:

Image

Something like this:

const {script, domReady, div} = markupTags;

return `<canvas id="renderCanvas"></canvas>
    <div id="debugPanel" class="debug-info"></div>
    <div id="InfoPanel" class="info"></div>
    <button id="m">R</button>`+script(domReady(`
   SomeF_from_constantsAndFunctionCode();
`))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions