Skip to main content

stackPrefix

The stackPrefix setting allows you to specify a prefix that will be used for all stacks in the pattern. Its default value is `` (no prefix).

Signature

const settings = {
String stackPrefix=''
}

Example

import { Aaron } from "@freesewing/aaron";

const pattern = new Aaron({
stackPrefix: "something-else"
})