Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
banana-projects
/
web3d
like
4
Running
App
Files
Files
Community
1
main
web3d
/
node_modules
/
three
/
src
/
renderers
/
webgl
/
WebGLProperties.d.ts
julien-c
HF staff
do not gitignore the builds
6cd9596
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
122 Bytes
export
class
WebGLProperties
{
constructor
(
);
get
(
object
:
any
):
any
;
delete
(
object
:
any
):
void
;
clear
():
void
;
}