pastrami

1.0.9 • Public • Published

pastrami

Functional Cross-browser Clipboard Pastin' Never Tasted So Good 😋

Install

npm i -S pastrami

Usage

<div contenteditable class="paste">Paste Here</div>
<div class="results"></div>
import { pastrami } from 'pastrami'
 
const run = pastrami(document.querySelector('.paste'))
 
run(img => document.querySelector('.results').appendChild(img))

Why

Demo

https://goo.gl/tDTBVS

API

pastrami(element)

Returns a function with the result from clipboard

element

Type: Element

DOM Element with a contenteditable attribute

Supported Browsers

  • Chrome 59/61
  • Firefox 53
  • Safari 10
  • IE 11/Edge

TODO

  • Add Tests
  • Test in IE

Package Sidebar

Install

npm i pastrami

Weekly Downloads

0

Version

1.0.9

License

MIT

Last publish

Collaborators

  • davidchase