# NPM / Webpack
# NPM Integration
It is also possible to use uploader window as a NPM module to use in your projects (advanced users only).
Installation
npm install @webutils/uploader
Using it in your projects
const UploaderWindow = require('@webutils/uploader');
UploaderWindow('your-api-key').open().then(urls => console.log(urls));
# Webpack integration
We have created a small example project showing you how to integrate Uploader window with a webpack project.
View on Github (opens new window)