wip(core): Migrated to named exports only
This commit is contained in:
parent
4b12a7330c
commit
c09ae4aa69
23 changed files with 592 additions and 557 deletions
|
@ -1,4 +1,4 @@
|
|||
import Pattern from './pattern.mjs'
|
||||
import { Pattern } from './pattern.mjs'
|
||||
import { addPartConfig } from './utils.mjs'
|
||||
|
||||
|
||||
|
@ -6,7 +6,7 @@ import { addPartConfig } from './utils.mjs'
|
|||
* The Design constructor. Returns a Pattern constructor
|
||||
* So it's sort of a super-constructor
|
||||
*/
|
||||
export default function Design(config) {
|
||||
export function Design(config) {
|
||||
|
||||
// Merge config with defaults
|
||||
config = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue