CoolFace
Apppublic

chwellofficial/nt360Slides

sourceHugging Faceupdated 5mo agoView on Hugging Face
0likes
package.json16 linesDownload Raw Back to root
1{2  "name": "presenton",3  "version": "1.0.0",4  "presentationExportVersion": "v0.2.0",5  "type": "module",6  "description": "Open-source AI presentation generator",7  "scripts": {8    "sync:presentation-export": "node scripts/sync-presentation-export.cjs",9    "sync:presentation-export:force": "node scripts/sync-presentation-export.cjs --force",10    "check:presentation-export": "node scripts/sync-presentation-export.cjs --check-only"11  },12  "dependencies": {13    "sharp": "^0.34.5"14  }15}16