Skip to content

train255/videosnapshot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Add-on Installation Instructions

Enable the plugin by using the extraPlugins configuration setting

config.extraPlugins = 'videosnapshot';

If you use sourcedialog plugin, you need to enable allowedContent option

config.allowedContent = true;

Add item with custom toolbar

config.toolbar = [
	...
	{ name: 'other', items: ['videosnapshot'] }
]

Releases

No releases published

Packages

No packages published