G-code Preview — API Reference
Guide
npm
GitHub
Preparing search index...
@chestnutlabs/gcode-bgcode
BgcodeThumbnail
Interface BgcodeThumbnail
A thumbnail decoded from a
.bgcode
Thumbnail block (#188 phase 4c).
interface
BgcodeThumbnail
{
bytes
:
Uint8Array
;
format
:
"png"
|
"jpg"
|
"qoi"
|
"unknown"
;
height
:
number
;
width
:
number
;
}
Index
Properties
bytes
format
height
width
Properties
bytes
bytes
:
Uint8Array
format
format
:
"png"
|
"jpg"
|
"qoi"
|
"unknown"
height
height
:
number
width
width
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
bytes
format
height
width
Guide
npm
GitHub
G-code Preview — API Reference
Loading...
A thumbnail decoded from a
.bgcodeThumbnail block (#188 phase 4c).