ai-comic-factory / src /lib /computePercentage.ts
jbilcke-hf's picture
jbilcke-hf HF staff
working to allow ppl to pick the layout
797cbb8
raw
history blame
No virus
92 Bytes
export function computePercentage(input: string | number) {
// TODO something
return 0
}