Add new OpenSCAD libraries
mainThe build system uses a webpack plugin that reads libs-config.json to manage library dependencies. To add a new library, you must update three files:
libs-config.json: Add metadata for the library (repo URL, branch, and file inclusion/exclusion rules).src/fs/zip-archives.ts: Register the.ziparchive so it appears in the UI file explorer and supports automatic imports.LICENSE.md: Add the library's license to ensure proper disclosure.