justsoft / video_thumbnail

This plugin generates thumbnail from video file or URL. It returns image in memory or writes into a file. It offers rich options to control the image format, resolution and quality. Supports iOS and Android.
MIT License
183 stars 225 forks source link

thumbnailPath arg is Required in thumbnailFile method #141

Open codesculpture opened 1 year ago

codesculpture commented 1 year ago

Internally it was expecting thumbnailPath argument as "path" for "file" method which is iinvoked through thumbnailFile method. So it should be marked as required