UNPKG
@soapbox.pub/wasmboy
Version:
latest (0.8.0)
0.8.0
Soapbox fork of Wasmboy.
gitlab.com/soapbox-pub/wasmboy
@soapbox.pub/wasmboy
/
core
/
graphics
/
renderUtils.ts
4 lines
(3 loc)
•
168 B
text/typescript
View Raw
1
2
3
4
// utility funcitons to
help
in
rendering //
import
{ Graphics }
from
'./graphics'
; //
import
{ checkBitOnByte, setBitOnByte, resetBitOnByte }
from
'../helpers/index'
;