# copyAndPaste **Repository Path**: yangdan1028/copy-and-paste ## Basic Information - **Project Name**: copyAndPaste - **Description**: 模拟浏览器右键的复制粘贴功能 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-07-13 - **Last Updated**: 2022-07-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Installation ``` npm i copy-and-paste-kiko ``` ## Usage ```js // 在项目的入口文件main.js使用 import copy from 'copy-and-paste-kiko' copy() ```