@nola/engine
v1.4.23
Published
Engine for Coding by Visual
Downloads
3
Readme
AST Engine - Transfer Between Source and Visual
How to Integrate ?
1.Install
npm install
# or
yarn
2.Build
npm run build
#or
yarn build
How to Use ?
1.Import Package
import { SDK } from '@nola/engine';
2. init
const Instance = new SDK(<source code>);
console.log(Instance); // source, ast, fiber, provider