Typescript
Overview
TypeScript / JavaScript library for reading, writing and manipulating .duc CAD files — backed by SQLite.
⚠️
This page is subject to change as the project is still in development.
How it works
A .duc file is a standard SQLite database. ducjs compiles to WebAssembly and uses
an embedded SQLite engine so it works in Node.js, Deno, Bun and the browser without any
native dependencies.
Installation
Basic Usage
Edit on GitHub
Last updated on