@nextgis/ngw-uploader-input v3.0.0-alpha.16
Ngw Uploader Input
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!
10 months ago
10 months ago
10 months ago
10 months ago
11 months ago
11 months ago
12 months ago
12 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
3 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago