This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LInE
/
Alfabetiza
Segui
6
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
32102e8790
Rami (Branch)
Tag
master
Alfabetiza
/
pandora
/
Enums.js
Enums.js
99 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
const SHAPES = {
RECT: 1,
ELLIPSE: 2,
}
const RENDER_MODES = {
P2D: 1,
WEBGL: 2,
}