dazscript-types
TypeScript icon, indicating that this package has built-in type declarations

0.2.1 • Public • Published

DazScript Types

This project provides TypeScript typings for Daz Studio.

Overview

This project aims to provide TypeScript typings for Daz Script, making it easier to use in a TypeScript environment.

From Daz Script Documentation:

Daz Script 2 is a dynamically-typed, interpreted, object-oriented scripting language that is tightly integrated with the Daz Studio API. It is an extension of Qt Script, which is an extension of ECMAScript as defined in the ECMAScript Language Specification (ECMA-262), 5.1 Edition.

Syntactically Daz Script is very similar to JavaScript, JScript, and ActionScript.

Usage

To use these typings in your project, install the package from npm:

npm install dazscript-types

Then make sure you update your tsconfig.json to include the typings like so:

{
  "compilerOptions": {
    ...
  },
  "include": ["node_modules/dazscript-types/**/*"]
}

Contributing

Contributions are welcome! If you find a bug or think of a feature that should be added, please open an issue. If you want to contribute code, feel free to open a pull request.

License

This project is licensed under the Mozilla version 2.0 License. See the LICENSE file for more details.

Package Sidebar

Install

npm i dazscript-types

Weekly Downloads

49

Version

0.2.1

License

MPL-2.0

Unpacked Size

798 kB

Total Files

502

Last publish

Collaborators

  • fjdiazt