Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 426 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 426 Bytes

Catalog Project Specimen

A port of Catalog v1's Project Specimen to Catalog v2. Quite unpolished.

Usage

make build generates a ProjectSpecimen.js file which you can use with Catalog. Make sure to also include JSZip separately, as it couldn't be bundled.

<script src="catalog.min.js"></script>
<script src="jszip.js"></script>
<script src="ProjectSpecimen.js"></script>