philipjscott / simple-thumbnail

A library that produces thumbnails from images, videos and URLs :mag_right:
https://www.npmjs.com/package/simple-thumbnail
MIT License
25 stars 14 forks source link

fix(37): Support files with spaces #39

Closed philipjscott closed 5 years ago

philipjscott commented 5 years ago

Context

The following snippet does not work correctly:

const simpleThumbnail = require('simple-thumbnail')

const src = '/Users/myuser/Movies/My Movie With Spaces.mp4'
simpleThumbnail(src, dest, '200x?')

Objective

References

philipjscott commented 5 years ago

:tada: This PR is included in version 1.4.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket: