1.1.1 • Published 2 years ago

@ana-api/sdk-js v1.1.1

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
2 years ago

Installation

Install the package using npm or Yarn: npm install @directus/sdk-js --production or yarn add @directus/sdk-js

Or download the repo and include /dist/remote.umd.js into your document: <script src="/dist/remote.umd.js"></script>

Or use a service that distributes npm packages like unpkg: <script src="https://unpkg.com/@directus/sdk-js"></script>