-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d70a1f0
commit 58fc09f
Showing
378 changed files
with
6,704 additions
and
6,683 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) | ||
|
||
## API Reference | ||
|
||
## Packages | ||
|
||
| Package | Description | | ||
| --- | --- | | ||
| [@tybys/wz](./wz.md) | MapleStory WZ reader. | | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) | ||
|
||
## API Reference | ||
|
||
## Packages | ||
|
||
| Package | Description | | ||
| --- | --- | | ||
| [@tybys/wz](./wz.md) | MapleStory WZ reader. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) | ||
|
||
## API Reference | ||
|
||
## Packages | ||
|
||
| Package | Description | | ||
| --- | --- | | ||
| [@tybys/wz](./wz.md) | MapleStory WZ reader. | | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) | ||
|
||
## API Reference | ||
|
||
## Packages | ||
|
||
| Package | Description | | ||
| --- | --- | | ||
| [@tybys/wz](./wz.md) | MapleStory WZ reader. | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [BaseError](./wz.baseerror.md) > [(constructor)](./wz.baseerror._constructor_.md) | ||
|
||
## BaseError.(constructor) | ||
|
||
Constructs a new instance of the `BaseError` class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
constructor(message?: string); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| message | string | <i>(Optional)</i> | | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [BaseError](./wz.baseerror.md) > [(constructor)](./wz.baseerror._constructor_.md) | ||
|
||
## BaseError.(constructor) | ||
|
||
Constructs a new instance of the `BaseError` class | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
constructor(message?: string); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| message | string | _(Optional)_ | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [BaseError](./wz.baseerror.md) | ||
|
||
## BaseError class | ||
|
||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class BaseError extends Error | ||
``` | ||
<b>Extends:</b> Error | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(message)](./wz.baseerror._constructor_.md) | | Constructs a new instance of the <code>BaseError</code> class | | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [BaseError](./wz.baseerror.md) | ||
|
||
## BaseError class | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export declare class BaseError extends Error | ||
``` | ||
**Extends:** Error | ||
## Constructors | ||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(message)](./wz.baseerror._constructor_.md) | | Constructs a new instance of the <code>BaseError</code> class | | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [(constructor)](./wz.canvas._constructor_.md) | ||
|
||
## Canvas.(constructor) | ||
|
||
Constructs a new instance of the `Canvas` class | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
constructor(width: number, height: number); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| width | number | | | ||
| height | number | | | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [(constructor)](./wz.canvas._constructor_.md) | ||
|
||
## Canvas.(constructor) | ||
|
||
Constructs a new instance of the `Canvas` class | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
constructor(width: number, height: number); | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| width | number | | | ||
| height | number | | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [dispose](./wz.canvas.dispose.md) | ||
|
||
## Canvas.dispose() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
dispose(): void; | ||
``` | ||
<b>Returns:</b> | ||
|
||
void | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [dispose](./wz.canvas.dispose.md) | ||
|
||
## Canvas.dispose() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
dispose(): void; | ||
``` | ||
**Returns:** | ||
|
||
void | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [getBufferAsync](./wz.canvas.getbufferasync.md) | ||
|
||
## Canvas.getBufferAsync() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getBufferAsync(mime: string): Promise<Uint8Array>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| mime | string | | | ||
|
||
<b>Returns:</b> | ||
|
||
Promise<Uint8Array> | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [getBufferAsync](./wz.canvas.getbufferasync.md) | ||
|
||
## Canvas.getBufferAsync() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
getBufferAsync(mime: string): Promise<Uint8Array>; | ||
``` | ||
|
||
## Parameters | ||
|
||
| Parameter | Type | Description | | ||
| --- | --- | --- | | ||
| mime | string | | | ||
|
||
**Returns:** | ||
|
||
Promise<Uint8Array> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [getCanvas](./wz.canvas.getcanvas.md) | ||
|
||
## Canvas.getCanvas() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
getCanvas(): HTMLCanvasElement | InstanceType<typeof Jimp>; | ||
``` | ||
**Returns:** | ||
|
||
HTMLCanvasElement \| InstanceType<typeof Jimp> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [getWidth](./wz.canvas.getwidth.md) | ||
|
||
## Canvas.getWidth() method | ||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
getWidth(): number; | ||
``` | ||
<b>Returns:</b> | ||
|
||
number | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) > [getWidth](./wz.canvas.getwidth.md) | ||
|
||
## Canvas.getWidth() method | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
getWidth(): number; | ||
``` | ||
**Returns:** | ||
|
||
number | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,31 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) | ||
|
||
## Canvas class | ||
|
||
|
||
<b>Signature:</b> | ||
|
||
```typescript | ||
export declare class Canvas | ||
``` | ||
|
||
## Constructors | ||
|
||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(width, height)](./wz.canvas._constructor_.md) | | Constructs a new instance of the <code>Canvas</code> class | | ||
|
||
## Methods | ||
|
||
| Method | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [dispose()](./wz.canvas.dispose.md) | | | | ||
| [getBufferAsync(mime)](./wz.canvas.getbufferasync.md) | | | | ||
| [getWidth()](./wz.canvas.getwidth.md) | | | | ||
| [rgbaToInt(r, g, b, a)](./wz.canvas.rgbatoint.md) | <code>static</code> | | | ||
| [setPixelColor(rgba, x, y)](./wz.canvas.setpixelcolor.md) | | | | ||
| [writeAsync(file)](./wz.canvas.writeasync.md) | | | | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@tybys/wz](./wz.md) > [Canvas](./wz.canvas.md) | ||
|
||
## Canvas class | ||
|
||
|
||
**Signature:** | ||
|
||
```typescript | ||
export declare class Canvas | ||
``` | ||
|
||
## Constructors | ||
|
||
| Constructor | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [(constructor)(width, height)](./wz.canvas._constructor_.md) | | Constructs a new instance of the <code>Canvas</code> class | | ||
|
||
## Methods | ||
|
||
| Method | Modifiers | Description | | ||
| --- | --- | --- | | ||
| [dispose()](./wz.canvas.dispose.md) | | | | ||
| [getBufferAsync(mime)](./wz.canvas.getbufferasync.md) | | | | ||
| [getCanvas()](./wz.canvas.getcanvas.md) | | | | ||
| [getWidth()](./wz.canvas.getwidth.md) | | | | ||
| [rgbaToInt(r, g, b, a)](./wz.canvas.rgbatoint.md) | <code>static</code> | | | ||
| [setPixelColor(rgba, x, y)](./wz.canvas.setpixelcolor.md) | | | | ||
| [writeAsync(file)](./wz.canvas.writeasync.md) | | | | ||
|
Oops, something went wrong.