Skip to content

Simplified and fast ability to copy to the clipboard library

License

Notifications You must be signed in to change notification settings

ximet/copy-to-clip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

copy-to-clip

Build Status npm version

Copy text to the clipboard

Comparison

Simple usage

button.addEventListener('click', () => {
	copy('Copy smth...');
});

Usage in browser

<script src="./index.js"></script>
<script>
	button.addEventListener('click', () => {
		copyToClip(getUnicorns(i));
	});
</script>

License

MIT © Dmitry Bardt

About

Simplified and fast ability to copy to the clipboard library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published