Editor
Components
The Editor component family provides the following components:
Editor
FreeSewing's pattern editor Editor is the high-level FreeSewing component that provides the entire pattern editing environment. This is a high-level wrapper that figures out what view to load initially, and handles state for the pattern, including the view.
You can import the Editor
component from the editor component family in the @freesewing/react
package:
Javascript
import { Editor } from "@freesewing/react/components/Editor"