Skip to content

Commit

Permalink
Improve the README and update the year to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
casperkloppenburg committed Mar 25, 2024
1 parent bf0789a commit 592b153
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Creatomate
Copyright (c) 2024 Creatomate

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ Check out the demo code provided below for a more comprehensive example.

See the Preview SDK in action here: [Video Preview Demo](https://github.com/Creatomate/video-preview-demo)

### Compatibility

Because live video rendering is very demanding on the device's hardware, this library only works on modern desktop web browsers, such as Chrome, Firefox, Edge, Opera, and Safari. Mobile devices are not supported. Render an MP4 preview through the API to support smartphone devices. Tip: Use the [render_scale](https://creatomate.com/docs/api/rest-api/post-v1-renders) API parameter (10% to 100%) to generate a low-resolution preview without changing the composition or template.

## Issues & Comments

Feel free to contact us if you encounter any issues with the library or Creatomate API at [support@creatomate.com](mailto:support@creatomate.com).
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@creatomate/preview",
"version": "1.4.0",
"version": "1.4.1",
"description": "Render video and image previews in your web app prior to creating a final MP4, GIF, JPEG or PNG through the API.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 592b153

Please sign in to comment.