1
0
Fork 0

chore: Reconfigure packages

This commit is contained in:
Joost De Cock 2022-01-23 14:27:21 +01:00
parent d5822c404f
commit 8d2ec0c9f1
167 changed files with 757 additions and 769 deletions

View file

@ -1,15 +1,3 @@
/*
* This will create (SVG) images for all options of all patterns
* To do that, it will load the configuration from:
*
* config/pattern-options.js
*
* Based on that, it will generate SVG images for each option and store them
* in the relevant folder:
*
* markdown/org/docs/patterns/[pattern]/[option]/[pattern]_[option]_sample.svg
*
*/
const fs = require('fs')
const path = require('path')
const core = require('../packages/core/dist')