Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Options passed in as file #16

Open
canhorn opened this issue Aug 2, 2020 · 0 comments
Open

Feature: Options passed in as file #16

canhorn opened this issue Aug 2, 2020 · 0 comments
Labels
feature New feature or request tool Tool package specific

Comments

@canhorn
Copy link
Owner

canhorn commented Aug 2, 2020

I would like to pass in all my options for the Tool as a single file.

{
    "force": true,
    "assembly": "Blazor.BabylonJS.WASM",
    "source": [
        "https://raw.githubusercontent.com/BabylonJS/Babylon.js/master/dist/babylon.d.ts",
        "https://raw.githubusercontent.com/BabylonJS/Babylon.js/master/dist/gui/babylon.gui.d.ts"
    ],
    "class": [
        "Button",
        "MeshBuilder",
        "PointLight",
        "StandardMaterial"
    ]
}
@canhorn canhorn added feature New feature or request tool Tool package specific labels Aug 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request tool Tool package specific
Projects
None yet
Development

No branches or pull requests

1 participant