Skip to content

Commit

Permalink
Add @module tag
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Jan 21, 2024
1 parent 17cebc2 commit 0450a29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
/**
* The Editor module provides a comprehensive API for automating and extending
* the functionality of the PlayCanvas Editor. It allows developers to programmatically
* interact with the Editor, facilitating tasks such as scene manipulation, asset
* management, and custom tool integration. This module is essential for developers
* looking to streamline their workflow, create custom editing tools, or integrate
* external data and systems into the PlayCanvas Editor environment.
*
* @module Editor
*/

export * from './src/polyfills';
export * from './src/globals';
export * from './src/utils';
Expand Down

0 comments on commit 0450a29

Please sign in to comment.