Skip to content

Commit

Permalink
docs: remove official watermark support
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasravnsborg committed Oct 25, 2017
1 parent ba36800 commit bb60a38
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,7 @@ return [
'orientation' => 'P',
'title' => 'Laravel mPDF',
'author' => '',
'watermark' => '',
'show_watermark' => false,
'watermark_font' => 'sans-serif',
'display_mode' => 'fullpage',
'watermark_text_alpha' => 0.1
'display_mode' => 'fullpage'
];
```

Expand Down

0 comments on commit bb60a38

Please sign in to comment.