{"_id":"@allendolgonos/tiptap-extension-wistia","name":"@allendolgonos/tiptap-extension-wistia","dist-tags":{"latest":"1.0.0"},"versions":{"1.0.0":{"name":"@allendolgonos/tiptap-extension-wistia","description":"a wistia 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-wistia.git"},"keywords":["tiptap","prosemirror","rich-text","editor","video","wistia"],"publishConfig":{"access":"public"},"_id":"@allendolgonos/tiptap-extension-wistia@1.0.0","gitHead":"66a45e85a9de31549317ab26c8a9da4945e82054","bugs":{"url":"https://github.com/allendolgonos/tiptap-extension-wistia/issues"},"homepage":"https://github.com/allendolgonos/tiptap-extension-wistia#readme","_nodeVersion":"22.14.0","_npmVersion":"10.9.2","dist":{"integrity":"sha512-os2czqoZ9VxjigAb5xsfXpR0oisAsY3iEn8nGY0W8OxjPKbQqp5CvIALSAzgU6Z4+jC4FKVcp3JetR+WtXyUwQ==","shasum":"6035e8b6ab9cce56d1782cbc352e4c29ae2e95ed","tarball":"https://registry.npmjs.org/@allendolgonos/tiptap-extension-wistia/-/tiptap-extension-wistia-1.0.0.tgz","fileCount":15,"unpackedSize":38229,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEV5oNCGjr99MEzxLE1sceeuh0zHH1Ura0PzyAjfsdc+AiBaeZOQ6qqh/MMev8PT8XcTUZGu86+m2JTsgg4iMDjRdg=="}]},"_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-wistia_1.0.0_1744311457557_0.8172079160026948"},"_hasShrinkwrap":false}},"time":{"created":"2025-04-10T18:57:37.465Z","1.0.0":"2025-04-10T18:57:37.746Z","modified":"2025-04-10T18:57:38.034Z"},"maintainers":[{"name":"allendolgonos","email":"allendolgonosb@gmail.com"}],"description":"a wistia embed extension for tiptap","homepage":"https://github.com/allendolgonos/tiptap-extension-wistia#readme","keywords":["tiptap","prosemirror","rich-text","editor","video","wistia"],"repository":{"type":"git","url":"git+https://github.com/allendolgonos/tiptap-extension-wistia.git"},"bugs":{"url":"https://github.com/allendolgonos/tiptap-extension-wistia/issues"},"license":"MIT","readme":"# @allendolgonos/tiptap-extension-wistia\r\n\r\n## Introduction\r\n\r\nThis project is a tiptap extension for embedding Wistia 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-wistia\r\n```\r\n\r\n## Usage\r\n\r\n```typescript\r\nimport { Wistia } from '@allendolgonos/tiptap-extension-wistia';\r\n\r\nconst editor = new Editor({\r\n  extensions: [Wistia],\r\n});\r\n```\r\n\r\n### Configuration Options\r\n\r\nThe following options can be passed to `Wistia.configure` along with their default values:\r\n\r\n- `addPasteHandler`: `true` – Enable or disable handling of pasted Wistia URLs.\r\n- `controlsVisibility`: `'always'` – Set the visibility behavior of the player controls ('always', 'hover', 'never').\r\n- `playerColor`: `'00adef'` – Set the player color (hex code without #).\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-062277c7b7ead0fcc1ed88afdec9d898"}