3.0.0-alpha.16 • Published 8 months ago

@nextgis/ngw-uploader-input v3.0.0-alpha.16

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months 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

3.0.0-alpha.16

8 months ago

3.0.0-alpha.14

8 months ago

3.0.0-alpha.13

8 months ago

3.0.0-alpha.12

8 months ago

3.0.0-alpha.8

9 months ago

3.0.0-alpha.7

9 months ago

3.0.0-alpha.6

9 months ago

3.0.0-alpha.5

9 months ago

3.0.0-alpha.4

10 months ago

3.0.0-alpha.1

11 months ago

3.0.0-alpha.0

11 months ago

2.4.0

1 year ago

3.0.0-alpha.3

11 months ago

3.0.0-alpha.2

11 months ago

1.19.6

11 months ago

2.3.0

1 year ago

2.5.0

11 months ago

2.5.2

11 months ago

2.5.1

11 months ago

2.2.3

1 year ago

2.1.0

1 year ago

2.0.2

1 year ago

2.0.0

1 year ago

2.0.0-alpha.2

1 year ago

2.0.0-alpha.1

1 year ago

2.0.0-alpha.0

1 year ago

1.19.0

2 years ago

1.18.0

2 years ago

1.17.0

2 years ago

1.18.4

2 years ago

1.18.21

2 years ago

1.18.3

2 years ago

1.16.9

2 years ago

1.18.12

2 years ago

1.18.11

2 years ago

1.18.10

2 years ago

1.16.8

2 years ago

1.16.7

2 years ago

1.16.6

2 years ago

1.16.5

2 years ago

1.16.2

3 years ago

1.16.1

3 years ago

1.16.0

3 years ago

1.15.0

3 years ago

1.14.0

3 years ago

1.15.1

3 years ago

1.13.2

3 years ago

1.13.5

3 years ago

1.12.1

3 years ago

1.12.0

3 years ago

1.11.4

3 years ago

1.11.3

3 years ago

1.11.8

3 years ago

1.11.7

3 years ago

1.11.10

3 years ago

1.11.6

3 years ago

1.11.5

3 years ago

1.11.2

3 years ago

1.11.1

3 years ago

1.11.0

3 years ago