
This is a flat (without history) import of (some of) the content from our markdown module. We've imported this without history because the repo contains our blog posts and showcases posts content prior to porting them to strapi. Since this contains many images, it would balloon the size of this repo to import the full history. Instead, please refer to the history of the (archived) markdown repo at: https://github.com/freesewing/markdown
480 B
480 B
title |
---|
preSample |
The preSample
hook runs just before your pattern is sampled.
It is triggered at the very start of either:
- the Pattern.sampleOption() method
- the Pattern.sampleMeasurement() method
- the Pattern.sampleModels() method
Your plugin will receive the Pattern object.
The preSample
hook is rarely used.