2.2.3 • Published 16 days ago

@nextgis/ngw-uploader-input v2.2.3

Weekly downloads
-
License
MIT
Repository
github
Last release
16 days ago

Ngw Uploader Input

size version

Library for simplifying uploading data to the NextGIS Web from the browser

Installation

In Browser

Include assets

Simply download and include with a script tag. NgwUploaderInput will be registered as a global variable.

<script src="../lib/ngw-uploader.global.prod.js"></script>
<div id='uploader'></div>
<script>
  var uploader = document.getElementById('uploader');
  var ngwUploader = new NgwUploader({
      baseUrl: 'https://sandbox.nextgis.com'
  });
  const input = ngwUploader.createInput();
  uploader.appendChild(input);
</script>

CDN

<script src="https://unpkg.com/@nextgis/ngw-uploader"></script>

We recommend linking to a specific version number that you can update manually:

<script src="https://unpkg.com/@nextgis/ngw-uploader@0.19.0"></script>

In Node.js

NPM is the recommended installation method when building large scale applications with NgwUploader. It pairs nicely with module bundlers such as Webpack

# latest stable
npm install @nextgis/ngw-uploader-input
import NgwUploader from '@nextgis/ngw-uploader-input';

const ngwUploader = new NgwUploader({
    baseUrl: 'https://sandbox.nextgis.com'
});

Commercial support

Need to fix a bug or add a feature to @nextgis/ngw-uploader-input? We provide custom development and support for this software. Contact us to discuss options!

http://nextgis.com

2.2.3

16 days ago

2.1.0

2 months ago

2.0.2

2 months ago

2.0.0

2 months ago

2.0.0-alpha.2

2 months ago

2.0.0-alpha.1

2 months ago

2.0.0-alpha.0

3 months ago

1.19.0

6 months ago

1.18.0

8 months ago

1.17.0

8 months ago

1.18.4

8 months ago

1.18.21

6 months ago

1.18.3

8 months ago

1.16.9

11 months ago

1.18.12

7 months ago

1.18.11

7 months ago

1.18.10

7 months ago

1.16.8

1 year ago

1.16.7

1 year ago

1.16.6

1 year ago

1.16.5

1 year ago

1.16.2

2 years ago

1.16.1

2 years ago

1.16.0

2 years ago

1.15.0

2 years ago

1.14.0

2 years ago

1.15.1

2 years ago

1.13.2

2 years ago

1.13.5

2 years ago

1.12.1

2 years ago

1.12.0

2 years ago

1.11.4

2 years ago

1.11.3

2 years ago

1.11.8

2 years ago

1.11.7

2 years ago

1.11.10

2 years ago

1.11.6

2 years ago

1.11.5

2 years ago

1.11.2

2 years ago

1.11.1

2 years ago

1.11.0

2 years ago