An open API service indexing awesome lists of open source software.

https://github.com/bitspark/slang-editor

slang-editor as a webcomponent
https://github.com/bitspark/slang-editor

slang visual-programming webcomponents

Last synced: about 1 year ago
JSON representation

slang-editor as a webcomponent

Awesome Lists containing this project

README

          

# Slang Editor

## Getting started

- `npm install`
- `npm start`

## Build package

- `npm run package`

::WARN::

Every time you run that command it overrides `src/styles/index.ts`. But do NOT COMMIT that changes. Beside that it doesn't cause any trouble.

### Locally test this package in another project

- `npm run link`
- `cd `
- `npm link @b6k/slang-editor`

After that (as long as the linkage is set) you can just call `npm run package` to test changes.

## Release to npm

- simply run `npm version patch --force`

## Issues

- A main port connected to an operator, must disappear when thus operator is deleted.
- Readonly Blueprint Editor may not allow...
...adding new operators
...saving blueprint
...changing properties
- Connecting specified generic port to another generic port breaks port definition
...e.g. using a value operator with just emits one value