{"_id":"@allendolgonos/tiptap-extension-loom","name":"@allendolgonos/tiptap-extension-loom","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@allendolgonos/tiptap-extension-loom","description":"a loom embed extension for tiptap","version":"1.0.0","license":"MIT","main":"dist/index.cjs.js","module":"dist/index.js","types":"dist/index.d.ts","scripts":{"clean":"rimraf dist","build":"npm run clean && rollup -c","dev":"npm run clean && rollup -c -w"},"devDependencies":{"@babel/core":"^7.25.2","@rollup/plugin-babel":"^6.0.3","@rollup/plugin-commonjs":"^24.0.1","@tiptap/core":"^2.0.0-beta.220","@tiptap/pm":"^2.0.0-beta.220","rimraf":"^5.0.10","rollup":"^3.17.3","rollup-plugin-auto-external":"^2.0.0","rollup-plugin-sourcemaps":"^0.6.3","rollup-plugin-typescript2":"^0.34.1","typescript":"^4.9.5"},"peerDependencies":{"@tiptap/core":"^2.0.0-beta.220","@tiptap/pm":"^2.0.0-beta.220"},"dependencies":{"prosemirror-state":"^1.4.3","prosemirror-view":"^1.34.2"},"repository":{"type":"git","url":"git+https://github.com/allendolgonos/tiptap-extension-loom.git"},"keywords":["tiptap","prosemirror","rich-text","editor","video","loom"],"publishConfig":{"access":"public"},"_id":"@allendolgonos/tiptap-extension-loom@1.0.0","gitHead":"0ba8bac0ec375d9a6f1d37b47659fb4f4a6e4161","bugs":{"url":"https://github.com/allendolgonos/tiptap-extension-loom/issues"},"homepage":"https://github.com/allendolgonos/tiptap-extension-loom#readme","_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-zVm4cSIs+94EjBEel+lpnhmHyWfLKsZDGVk/31aFnYPXlL2KDER2lt9d+dx/OdVEI/66L/R/qXSuJCevayWhlw==","shasum":"016b49259b6d1eef334747d63a1d9110627fcf11","tarball":"https://registry.npmjs.org/@allendolgonos/tiptap-extension-loom/-/tiptap-extension-loom-1.0.0.tgz","fileCount":15,"unpackedSize":38474,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIHP3NhsTJiSOC+UPjbukwfHb1Xaza86MzFYidgtjVZLXAiBjBaWahmo0hxMEkq8e34rebUMWFDmDPmGCmkIoBZbYmQ=="}]},"_npmUser":{"name":"allendolgonos","email":"allendolgonosb@gmail.com"},"directories":{},"maintainers":[{"name":"allendolgonos","email":"allendolgonosb@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/tiptap-extension-loom_1.0.0_1744309857912_0.28970685070823077"},"_hasShrinkwrap":false}},"time":{"created":"2025-04-10T18:30:57.856Z","1.0.0":"2025-04-10T18:30:58.125Z","modified":"2025-04-10T18:30:58.347Z"},"maintainers":[{"name":"allendolgonos","email":"allendolgonosb@gmail.com"}],"description":"a loom embed extension for tiptap","homepage":"https://github.com/allendolgonos/tiptap-extension-loom#readme","keywords":["tiptap","prosemirror","rich-text","editor","video","loom"],"repository":{"type":"git","url":"git+https://github.com/allendolgonos/tiptap-extension-loom.git"},"bugs":{"url":"https://github.com/allendolgonos/tiptap-extension-loom/issues"},"license":"MIT","readme":"# @allendolgonos/tiptap-extension-loom\r\n\r\n## Introduction\r\n\r\nThis project is a tiptap extension for embedding Loom videos in your content. It works with the Tiptap editor, which is a headless wrapper around ProseMirror – a toolkit for building rich text WYSIWYG editors.\r\n\r\n## Official Documentation\r\n\r\nFor general Tiptap usage and setup, please refer to the [Tiptap website](https://tiptap.dev/).\r\n\r\n## Installation\r\n\r\n```bash\r\nnpm install @allendolgonos/tiptap-extension-loom\r\n```\r\n\r\n## Usage\r\n\r\n```typescript\r\nimport { Loom } from '@allendolgonos/tiptap-extension-loom';\r\n\r\nconst editor = new Editor({\r\n  extensions: [Loom],\r\n});\r\n```\r\n\r\n### Configuration Options\r\n\r\nThe following options can be passed to `Loom.configure` along with their default values:\r\n\r\n- `addPasteHandler`: `true` – Enable or disable handling of pasted Loom URLs.\r\n- `hideOwner`: `false` – Hide the owner information on the video.\r\n- `hideTitle`: `false` – Hide the title of the video.\r\n- `hideSharingControls`: `false` – Hide the sharing controls on the video.\r\n- `HTMLAttributes`: `{}` – Set additional HTML attributes for the player.\r\n- `inline`: `false` – Enable or disable inline video display.\r\n- `width`: `640` – Set the width of the video player.\r\n- `height`: `360` – Set the height of the video player.\r\n\r\n## License\r\n\r\nThis project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).\r\n","readmeFilename":"README.md","_rev":"1-efb28ab174c5ad74b00fef2294e20d1a"}