Skip to content

mayahq/maya-symbol-sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mayalabs_symbol

library is still under active development

Mayalabs Symbol is a SDK for developing addon modules that expand functions of Mayalabs' Flow based compute runtime.

To use import the Symbol class and extend the module classes using it as

import {Symbol} from 'https://deno.land/x/mayalabs_symbols/mods.ts'

class MyCoolFeature extends Symbol {
// class implementation

onInit() {
    //setup logic if any
}

onMessage() {
    //actual functional logic
}

}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published