1
0
Fork 0
freesewing/markdown/dev/reference/api/config/en.md
2021-12-27 17:33:49 +01:00

520 B

title for about
Pattern configuration file developers Reference documentation for the pattern configuration file
import { version } from '../package.json'

export default {
  version,
  name: "sorcha",
  // More configuration here
}

A pattern configuration file exports a default object with the following properties:

This is about the pattern configuration file, used at build-time.

For run-time configuration, see Pattern settings.