Skip to content

Commit

Permalink
few changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asapJ committed Nov 15, 2018
1 parent 8909430 commit 191744b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Android OS only
add `thumbnails` as a dependency in your pubspec.yaml file.

#### Add import statement
Import the library via
Import the library
``` dart
import 'package:thumbnails/thumbnails.dart';
```
Expand All @@ -29,7 +29,7 @@ import 'package:thumbnails/thumbnails.dart';
// Fetch thumbnail, store in app's Temporary directory output folder and return file path
String thumb = await Thumbnails.getThumbnail(
videoFile: 'VIDEO PATH HERE',
videoFile: '[VIDEO PATH HERE]',
imageType: ThumbFormat.JPEG,
quality: 45);
Expand Down

0 comments on commit 191744b

Please sign in to comment.