Skip to content
This repository was archived by the owner on Jul 31, 2025. It is now read-only.

Latest commit

 

History

History
13 lines (9 loc) · 426 Bytes

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>