first 3D model
All checks were successful
Deploy App / deploy (push) Successful in 1m18s

This commit is contained in:
valere
2025-09-17 23:39:43 +02:00
parent 116d15d1ce
commit 0c1cf30996
28 changed files with 1384 additions and 63 deletions

View File

@@ -0,0 +1,36 @@
export default eventHandler(() => {
return [
{
id: 'ES00A',
name: 'zero',
duration: 2794,
description: 'Zero is for manifesto ... ;)',
colorFrom: '#ffffff',
colorTo: '#48959d',
},
{
id: 'ES00B',
name: 'zero b-side',
duration: 2470,
description: 'Even Zero has a b-side',
colorFrom: '#0d01b9',
colorTo: '#3b7589',
},
{
id: 'ES01A',
name: 'first',
duration: 3487,
description: '...',
colorFrom: '#c7b3aa',
colorTo: '#000100',
},
{
id: 'ES01B',
name: 'first b-side',
duration: 3773,
description: '...',
colorFrom: '#f7dd01',
colorTo: '#010103',
}
]
})