Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
amitesh11
/
pose
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5e6b50a
pose
/
web
/
node_modules
/
cac
/
index-compat.js
amitesh11
Upload 3019 files
369fac9
verified
about 1 year ago
raw
Copy download link
history
blame
Safe
184 Bytes
const
{ cac,
CAC
,
Command
} =
require
(
'./dist/index'
)
// For backwards compatibility
module
.
exports
= cac
Object
.
assign
(
module
.
exports
, {
default
: cac,
cac,
CAC
,
Command
,
})