@liascript/exporter 2.5.1--0.10.22 → 2.5.3--0.10.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
- package/src/export/project.ts +13 -26
- package/src/index.ts +6 -1
package/README.md
CHANGED
|
@@ -133,6 +133,7 @@ Project settings:
|
|
|
133
133
|
--project-no-categories Disable the filter for categories/tags.
|
|
134
134
|
--project-category-blur Enable this and the categories will be blurred instead of deleted.
|
|
135
135
|
--project-generate-pdf PDFs are automatically generated and added to every card.
|
|
136
|
+
--project-generate-cache Only generate new files, if they do not exist.
|
|
136
137
|
```
|
|
137
138
|
|
|
138
139
|
### SCORM1.2
|