1.0.8 • Published 1 year ago

tiptap-extension-vk-video v1.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Vk video extension for TipTap and Vue

npm package

import vkVideoExtension from 'tiptap-extension-vk-video'

const editor = ref()

onMounted(() => {
	editor.value = new Editor({
		extensions: [
			vkVideoExtension,
		]
	})	
})

/// path is src attribute from iframe tag!
const addVkVideo = (path: string) => {
	editor.value?.chain().focus().setVkVideo({ src: path }).run()
}
1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago