
Refer to the CHANGELOG for all info. --------- Co-authored-by: Wouter van Wageningen <wouter.vdub@yahoo.com> Co-authored-by: Josh Munic <jpmunic@gmail.com> Co-authored-by: Jonathan Haas <haasjona@gmail.com>
5 lines
164 B
JavaScript
5 lines
164 B
JavaScript
import { getInput, designFromTemplate, bundleCustomDesigns } from './lib.mjs'
|
|
|
|
const input = await getInput()
|
|
await designFromTemplate(input)
|
|
bundleCustomDesigns()
|