API reference

Every public class, method, and event in @codexo/exojs. Generated from source.

C

classAsepriteFormatError

@codexo/exojs-aseprite / aseprite / stable

Thrown when an Aseprite JSON document does not match the expected shape. `source` is the URL of the file being parsed.

5
props
0
methods
0
events
Import
import { AsepriteFormatError } from '@codexo/exojs-aseprite'

Thrown when an Aseprite JSON document does not match the expected shape. `source` is the URL of the file being parsed.

Constructors 1
new(source: string, message: string): AsepriteFormatError
Properties 5
cause: unknown
message: string
name: string
source: string
stack: string
Source