3.2.1 • Published 5 months ago

@odx/assets-utils v3.2.1

Weekly downloads
-
License
SEE LICENSE IN LI...
Repository
-
Last release
5 months ago

@odx/assets-utils

The @odx/assets-utils library provides utility functions and classes for managing and rendering assets in the ODX ecosystem.

Installation

To install the library, use npm or yarn:

npm install @odx/assets-utils

Usage

Importing the Library

To use the utilities provided by @odx/assets-utils, import the necessary functions or classes:

import { OdxAssetElement } from '@odx/assets-utils/element';

Example

Here's an example of how to create a custom asset element:

import { OdxAssetElement, registerAssetElement } from '@odx/assets-utils/element';

class CustomAssetElement extends OdxAssetElement {
  readonly namespace = 'custom';
  readonly defaultSet = 'default';
}

registerAssetElement('custom-asset', CustomAssetElement);
3.2.1

5 months ago

3.2.0

5 months ago

3.1.2

5 months ago

3.1.1

6 months ago

3.1.0

6 months ago

3.0.0

6 months ago

2.0.0

6 months ago

1.3.1

6 months ago

1.3.0

6 months ago

1.2.0

7 months ago

1.1.1

7 months ago

1.1.0

7 months ago

1.0.3

7 months ago

1.0.0

8 months ago

1.0.0-rc.9

8 months ago

1.0.0-rc.8

10 months ago

1.0.0-rc.7

10 months ago

1.0.0-rc.6

10 months ago

1.0.0-rc.5

10 months ago

1.0.0-rc.4

10 months ago

1.0.0-rc.3

10 months ago

1.0.0-rc.2

10 months ago

1.0.0-rc.1

10 months ago