UNPKG

dazscript-framework

Version:

The **DazScript Framework** is a TypeScript-based framework for writing Daz Studio scripts. It provides all the advantages of a typed language such as autocompletion, error checking, and method parameter documentation and hinting. The framework also inclu

20 lines (17 loc) 514 B
import { uninstallCustomActions as uninstall } from '@dsf/helpers/custom-action-helper'; uninstall([ { "name": null, "text": "Hello World", "filePath": "samples/hello-world.dsa", "menuPath": "/DazScriptFramework/samples", "description": "hello-world" }, { "name": null, "text": "Sample Dialog", "filePath": "samples/sample-dialog.dsa", "menuPath": "/DazScriptFramework/samples", "description": "sample-dialog" } ]);