0.0.0 • Published 7 months ago

@tianditu/wc v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

@tianditu/wc

npm version npm downloads npm license

Web components for tianditu, powered by Demo Macro.

Getting started

CDN

<html>
  <head>
    <script
      type="module"
      src="https://cdn.jsdelivr.net/npm/@tianditu/wc/dist/web-components/web-components.esm.js"
    ></script>
  </head>
  <body>
    <tdt-map tk=""></tdt-map>
  </body>
</html>

NPM

# npm
$ npm install -D @tianditu/wc

# yarn
$ yarn add -D @tianditu/wc

# pnpm
$ pnpm add -D @tianditu/wc

License