removed default export syntax in docs
edited imports so that they no longer rely on a default export to work, changed design/fit-sleeve so it doesn't set a default export
This commit is contained in:
parent
2154d507b6
commit
02d953d3b8
3 changed files with 5 additions and 5 deletions
|
@ -57,8 +57,8 @@ Below is a complete example.
|
|||
</head>
|
||||
<body>
|
||||
<script type="module">
|
||||
import Aaron from 'https://cdn.skypack.dev/@freesewing/aaron';
|
||||
import theme from 'https://cdn.skypack.dev/@freesewing/plugin-theme';
|
||||
import { Aaron } from 'https://cdn.skypack.dev/@freesewing/aaron';
|
||||
import { pluginTheme as theme } from 'https://cdn.skypack.dev/@freesewing/plugin-theme';
|
||||
const svg = new Aaron({
|
||||
sa: 10, // Seam allowance
|
||||
paperless: true, // Enable paperless mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue