@tectly/client
v1.1.3
Published
Tectly is an AI-powered floor-plan recognition service that can ingest virtually any floor plan format and automatically extract structural elements like walls, rooms, doors, windows, and measurements.
Readme
Tectly TypeScript Client
Tectly is an AI-powered floor-plan recognition service that can ingest virtually any floor plan format (scans, JPGs, PDFs, CAD files, or hand sketches) and automatically extract structural elements like walls, rooms, doors, windows, and measurements. It lets you edit the generated geometry in a browser, and offers export of structured building data (JSON, CSV, Excel) as well as integration via a REST API, SDKs, or embeddable web widget.
The Tectly TypeScript Client contains the JavaScript bindings and types of the Tectly Rest API with some convenience functions for easy use.
Installation & Usage
NPM
Install the bindings via NPM using npm i @tectly/client.
Getting Started
The simplest way to get started is to use the TectlyClient. Please check out the example usage for more details.
Documentation
Please find detailed documentations in the following places:
