lint fix
This commit is contained in:
parent
e44d3ef34d
commit
e923794051
1 changed files with 42 additions and 44 deletions
|
@ -37,7 +37,6 @@ const insertImage = (file, pattern, option) => {
|
||||||
|
|
||||||
const createImages = async () => {
|
const createImages = async () => {
|
||||||
for (const pattern in designs) {
|
for (const pattern in designs) {
|
||||||
if (true || pattern === 'unice') {
|
|
||||||
const Pattern = (await import(`../designs/${pattern}/dist/index.mjs`))[capitalize(pattern)]
|
const Pattern = (await import(`../designs/${pattern}/dist/index.mjs`))[capitalize(pattern)]
|
||||||
for (const option in Pattern.patternConfig.options) {
|
for (const option in Pattern.patternConfig.options) {
|
||||||
const p = new Pattern({
|
const p = new Pattern({
|
||||||
|
@ -86,6 +85,5 @@ const createImages = async () => {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
createImages()
|
createImages()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue