1
0
Fork 0
This commit is contained in:
Enoch Riese 2023-02-28 12:46:43 -06:00
parent e44d3ef34d
commit e923794051

View file

@ -37,7 +37,6 @@ const insertImage = (file, pattern, option) => {
const createImages = async () => {
for (const pattern in designs) {
if (true || pattern === 'unice') {
const Pattern = (await import(`../designs/${pattern}/dist/index.mjs`))[capitalize(pattern)]
for (const option in Pattern.patternConfig.options) {
const p = new Pattern({
@ -86,6 +85,5 @@ const createImages = async () => {
}
}
}
}
createImages()