Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Leon4gr45
/
UserSyncFrontend
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
UserSyncFrontend
/
node_modules
/
@plotly
/
mapbox-gl
/
src
/
shaders
/
fill.fragment.glsl
Leon4gr45
Upload folder using huggingface_hub (part 8)
e7b2eb4
verified
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
Safe
298 Bytes
#pragma mapbox: define highp vec4 color
#pragma mapbox: define lowp float opacity
void
main() {
#pragma mapbox: initialize highp vec4 color
#pragma mapbox: initialize lowp float opacity
gl_FragColor
= color * opacity;
#ifdef OVERDRAW_INSPECTOR
gl_FragColor
=
vec4
(
1.0
);
#endif
}