luyufanzhi / cadexchanger-web-toolkit-examples

Examples for CAD Exchanger Web Toolkit utilizing its JavaScript API.

Home Page:https://docs.cadexchanger.com/web-toolkit/getting-started-examples.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CAD Exchanger Web Toolkit addon examples

This repository contains examples for CAD Exchanger Web Toolkit utilizing the JavaScript API.

More information about CAD Exchanger Web Toolkit can be found here. You can find overview of available examples and a brief summary for each one here.

The examples are provided under a permissive Modified BSD License. You may insert their source code into your application and modify as needed.

Requirements

  • Node.js 16 or higher

Running

To run the examples, open a terminal and type:

npm install # or yarn install
npm start # or yarn start

These commands will install the live-server npm package locally and start the development server. By default, the examples will be available here. If necessary, you can change the address and port by editing the params inside the live-server.js file (available options are here).

Learn more

If you'd like to learn more about CAD Exchanger, visit our website. If you have any questions, please reach out to us here.

About

Examples for CAD Exchanger Web Toolkit utilizing its JavaScript API.

https://docs.cadexchanger.com/web-toolkit/getting-started-examples.html

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 73.7%Language:CSS 16.3%Language:HTML 10.0%