UNPKG

@ducflair/duc

Version:

The duc 2D CAD file format is a cornerstone of our advanced design system, conceived to cater to professionals seeking precision and efficiency in their design work.

72 lines (45 loc) 3.37 kB
<p align="center"> <br/> <a href="https://duc.ducflair.com" target="_blank"><img width="256px" src="https://ducflair-public.s3.eu-west-2.amazonaws.com/duc/duc-extended.png" /></a> <p align="center">2D CAD File Format</p> <p align="center" style="align: center;"> <a href="https://www.npmjs.com/package/@ducflair/duc"><img src="https://shields.io/badge/NPM-cc3534?logo=Npm&logoColor=white&style=round-square" alt="NPM" /></a> <a href="https://github.com/ducflair/duc/releases"><img src="https://img.shields.io/npm/v/@ducflair/duc/latest?style=round-square&label=latest%20stable" alt="NPM @ducflair/duc@latest release" /></a> <a href="https://www.npmtrends.com/@ducflair/duc"><img src="https://img.shields.io/npm/dm/@ducflair/duc?style=round-square&color=salmon" alt="Downloads" /></a> <img src="https://shields.io/badge/TypeScript-3178C6?logo=TypeScript&logoColor=fff&style=round-square" alt="TypeScript" /> </p> </p> # @ducflair/duc The `@ducflair/duc` package provides robust TypeScript definitions and utilities for the `duc` 2D CAD file format, a cornerstone of our advanced design system. Designed for professionals seeking precision and efficiency, this package ensures seamless integration and manipulation of `duc` files within your TypeScript projects. ## Introduction The `@ducflair/duc` package offers comprehensive TypeScript types and helper functions to work effortlessly with the `duc` CAD file format. Built with Flatbuffers and optimized for performance, this package enables you to parse, validate, and manipulate `duc` files with ease. ## Features - **TypeScript Support:** Strongly-typed interfaces for all aspects of the `duc` file format, ensuring type safety and IntelliSense support. - **Utility Functions:** Easy-to-use functions for parsing, validating, and manipulating `duc` files. - **Extensible Architecture:** Designed to integrate seamlessly with other `ducflair` packages and your custom tools. - **Performance Optimized:** Efficient processing to handle complex CAD data with ease. ## Installation Install the package using your preferred package manager: ```bash # Using Bun bun add @ducflair/duc # Using npm npm install @ducflair/duc # Using Yarn yarn add @ducflair/duc ``` ## Usage > To be written ... ## Documentation For detailed documentation, including all available types and utility functions, visit our [Documentation](https://duc.ducflair.com). ## Tools - [Playground](https://ducflair.com/core): Experiment with the `duc` format in a live environment. - [Documentation](https://duc.ducflair.com): Comprehensive guides and API references. ## Contributing At the moment we are not accepting contributions to this package. However, we welcome feedback and suggestions for future improvements. Feel free to open an issue or contact us at [Ducflair Support](https://www.ducflair.com/support). ## License This project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more details. ## Commit Message Guidelines To ensure smooth releases with semantic-release, please follow [these guidelines](https://semantic-release.gitbook.io/semantic-release#how-does-it-work). --- *The duc format and libraries are constantly evolving, aiming to set new standards in the 2D CAD industry. Be a part of this transformation and help shape the future of design technology!*