An open API service indexing awesome lists of open source software.

https://github.com/ecrmnn/electron-disable-file-drop

Prevent dropped files from opening in electron apps
https://github.com/ecrmnn/electron-disable-file-drop

electron helpers

Last synced: 3 months ago
JSON representation

Prevent dropped files from opening in electron apps

Awesome Lists containing this project

README

        

# electron-disable-file-drop
> Prevent dropped files from opening in electron apps

[![npm version](https://img.shields.io/npm/v/electron-disable-file-drop.svg?style=flat-square)](http://badge.fury.io/js/electron-disable-file-drop)
[![npm downloads](https://img.shields.io/npm/dm/electron-disable-file-drop.svg?style=flat-square)](http://badge.fury.io/js/electron-disable-file-drop)
[![npm license](https://img.shields.io/npm/l/electron-disable-file-drop.svg?style=flat-square)](http://badge.fury.io/js/electron-disable-file-drop)

### Installation
```bash
npm install electron-disable-file-drop --save
```

### Usage
```javascript
require('electron-disable-file-drop');
//=> That's all folks
```

### License
MIT © [Daniel Eckermann](http://danieleckermann.com)