Spaces:
Sleeping
Sleeping
File size: 171 Bytes
21011e9 | 1 2 3 4 5 6 7 8 | // Default hardcoded characters
// Replace image_url with actual image URLs or local file paths
const DEFAULT_CHARACTERS = [
];
module.exports = { DEFAULT_CHARACTERS };
|