gospace API
CtrlK
gospace AIDocsAdmin ConsoleHelp
  • Introduction
  • Authentication
  • Errors
  • Pagination
  • API Limits
  • Webhooks
  • Versioning
  • start building
    • Setup your development environment
    • Send your first API request
    • Create a location
      • Create a layer
        • Create spaces
        • Create rooms
        • Create zones
    • Add directory teams/people
    • Add historic attendance
    • Start forecasting
    • Optimise your first location
    • Recommended allocations
    • Create connections and label space
  • API Reference
    • System API
    • Authentication API
    • Spatial API
    • Directory API
    • Connections API
    • Workplace API
  • floorplan sdk
    • Overview
    • Installation
    • Configuration
    • Event Handing
    • Authentication
    • 3D Mode
    • 2D Mode
    • Dark Mode
    • Use cases
    • Release Notes
Powered by GitBook
On this page
  • NPM
  • CDN
  • Links

Was this helpful?

  1. floorplan sdk

Installation

NPM

Install the SDK for JavaScript or TypeScript projects:

npm install @gospace-ai/floorplan

CDN

Include the SDK directly in your HTML:

<script src="https://cdn.gospace.app/floorplan.umd.js"></script>

Links

NPM Documentation

Github Repo

PreviousOverviewNextConfiguration

Last updated 9 days ago

Was this helpful?