All Projects â†’ yTakkar â†’ Handy-Copy

yTakkar / Handy-Copy

Licence: other
A handy way to copy anything to clipboard!! 🖌🎨🖌🎨

Programming Languages

javascript
184084 projects - #8 most used programming language

Labels

Projects that are alternatives of or similar to Handy-Copy

Rollup Plugin Copy
Copy files and folders using Rollup
Stars: ✭ 128 (+966.67%)
Mutual labels:  copy
Clone Deep
Recursively (deep) clone JavaScript native types, like Object, Array, RegExp, Date as well as primitives. Used by superstruct, merge-deep, and many others!
Stars: ✭ 229 (+1808.33%)
Mutual labels:  copy
cassandra-exporter
Simple Tool to Export / Import Cassandra Tables into JSON
Stars: ✭ 44 (+266.67%)
Mutual labels:  copy
Django Postgres Copy
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
Stars: ✭ 139 (+1058.33%)
Mutual labels:  copy
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+18408.33%)
Mutual labels:  copy
cloner
A deep copy algorithm for haxe
Stars: ✭ 24 (+100%)
Mutual labels:  copy
Vue Clipboard2
A simple vue2 binding to clipboard.js
Stars: ✭ 1,617 (+13375%)
Mutual labels:  copy
bamgineer
Bamgineer: Introduction of simulated allele-specific copy number variants into exome and targeted sequence data sets
Stars: ✭ 35 (+191.67%)
Mutual labels:  copy
Pdf Lib
Create and modify PDF documents in any JavaScript environment
Stars: ✭ 3,426 (+28450%)
Mutual labels:  copy
product-language-framework
A ready-to-go starter kit for product copywriting and style guidelines. Useful guidelines, examples, and an optional static site generator.
Stars: ✭ 20 (+66.67%)
Mutual labels:  copy
Assignment writer
So your teacher told you to upload written assignments? Hate writing assigments? This tool will help you convert your text to handwriting ;-; https://saiteja69.github.io/Assignment_Writer/
Stars: ✭ 143 (+1091.67%)
Mutual labels:  copy
Icopy
fclone telegram interface.Send commands to Telegram BOT for get a convience way to control fclone resources copy missions.
Stars: ✭ 188 (+1466.67%)
Mutual labels:  copy
HighlightTranslator
Highlight Translator can help you to translate the words quickly and accurately. By only highlighting, copying, or screenshoting the content you want to translate anywhere on your computer (ex. PDF, PPT, WORD etc.), the translated results will then be automatically displayed before you.
Stars: ✭ 54 (+350%)
Mutual labels:  copy
Copier
Copier for golang, copy value from struct to struct and more
Stars: ✭ 2,529 (+20975%)
Mutual labels:  copy
deepClone
A tiny library for deeply copying Javascript objects and arrays
Stars: ✭ 17 (+41.67%)
Mutual labels:  copy
Discord Guild Copy
A script to copy a discord guild/server
Stars: ✭ 127 (+958.33%)
Mutual labels:  copy
Copy Webpack Plugin
Copy files and directories with webpack
Stars: ✭ 2,679 (+22225%)
Mutual labels:  copy
ue4-kopiarka
This is a little util that lets me copy and rename projects from one directory to another
Stars: ✭ 24 (+100%)
Mutual labels:  copy
SQL-for-Data-Analytics
Perform fast and efficient data analysis with the power of SQL
Stars: ✭ 187 (+1458.33%)
Mutual labels:  copy
react-gluejar
Paste images from your clipboard, declaratively
Stars: ✭ 58 (+383.33%)
Mutual labels:  copy

Handy-Copy

A handy way to copy anything to clipboard. Screenshots below!!

Quick links

  1. Screenshots
  2. Usage
  3. API options

Screenshots

alt text alt text

These screenshots are from React-Instagram-clone-2.0!!

Usage with npm or Yarn

  1. First install the package with npm or Yarn.
#npm 
npm install handy-copy

#or with yarn
yarn add handy-copy
  1. And here comes the fun part.
import Copy from 'handy-copy'
Copy({
    value: "I will be copied!",   // What you want to copy
    done: () => {                 // Callback function    
        console.log('Link Copied!!')
    }
})

API

Copy(options:Object)
options = {
    value,
    done
}

Thanks for reading!!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].