Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
huggingface
/
inf-playground-canvas
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cf47645
inf-playground-canvas
/
src
/
lib
/
utils
/
platform.ts
Thomas G. Lopes
qol changes
8c7e7de
8 months ago
raw
Copy download link
history
blame
Safe
90 Bytes
export
function
isMac
(
) {
return
navigator.
platform
.
toUpperCase
().
indexOf
(
"MAC"
) >=
0
;
}