Skip to content
This repository has been archived by the owner on Jul 24, 2022. It is now read-only.

Commit

Permalink
docs: pixel-art
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2021
1 parent 6c9f6c1 commit f35d59a
Show file tree
Hide file tree
Showing 5 changed files with 146 additions and 131 deletions.
18 changes: 9 additions & 9 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,41 +18,41 @@

- [ArtType](README.md#arttype)
- [HookType](README.md#hooktype)
- [RGBA](README.md#rgba)
- [RGBFormat](README.md#rgbformat)
- [Shape](README.md#shape)
- [VoidCallback](README.md#voidcallback)

## Type aliases

### ArtType

Ƭ **ArtType**: *pointillism*
Ƭ **ArtType**: *pointillism* \| *mosaic*

Defined in: [pixel-art.ts:48](https://github.com/divlook/pixel-art/blob/07be79c/libs/pixel-art.ts#L48)
Defined in: [pixel-art.ts:43](https://github.com/divlook/pixel-art/blob/6c9f6c1/libs/pixel-art.ts#L43)

___

### HookType

Ƭ **HookType**: *initialize* \| *beforeDraw* \| *afterDraw*

Defined in: [pixel-art.ts:46](https://github.com/divlook/pixel-art/blob/07be79c/libs/pixel-art.ts#L46)
Defined in: [pixel-art.ts:41](https://github.com/divlook/pixel-art/blob/6c9f6c1/libs/pixel-art.ts#L41)

___

### RGBA
### RGBFormat

Ƭ **RGBA**: [*number*, *number*, *number*, *number*]
Ƭ **RGBFormat**: [*number*, *number*, *number*]

Defined in: [pixel-art.ts:39](https://github.com/divlook/pixel-art/blob/07be79c/libs/pixel-art.ts#L39)
Defined in: [pixel-art.ts:34](https://github.com/divlook/pixel-art/blob/6c9f6c1/libs/pixel-art.ts#L34)

___

### Shape

Ƭ **Shape**: *circle* \| *square*

Defined in: [pixel-art.ts:37](https://github.com/divlook/pixel-art/blob/07be79c/libs/pixel-art.ts#L37)
Defined in: [pixel-art.ts:32](https://github.com/divlook/pixel-art/blob/6c9f6c1/libs/pixel-art.ts#L32)

___

Expand All @@ -66,4 +66,4 @@ ___

**Returns:** *void*

Defined in: [pixel-art.ts:30](https://github.com/divlook/pixel-art/blob/07be79c/libs/pixel-art.ts#L30)
Defined in: [pixel-art.ts:25](https://github.com/divlook/pixel-art/blob/6c9f6c1/libs/pixel-art.ts#L25)
Loading

0 comments on commit f35d59a

Please sign in to comment.