We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can I use Editly for creating pictures with text in Urdu language ?
The text was updated successfully, but these errors were encountered:
you can try. use a font that supports Urdi. If it doesn't work, report back
Sorry, something went wrong.
Thanks, its working but text is not coming in middle
Here's the code I used
const editly = require('editly');
const editSpec = { width: 1920, height: 1080, fps: 30, outPath: './output/subtitle.mp4', defaults: { layer: { fontPath: './fonts/jameel.ttf' }, layerType: { 'fill-color': { color: '#00aa00' } } }, clips: [{ duration: 5, transition: { name: 'dreamyzoom' }, layers: [{ type: 'title-background', text: 'جس میں امریکی فٹ بال ٹیم چارجرز کے طور پر جانا جاتا ہے؟', background: { type: 'radial-gradient' }, fontSize: 72 }] }, ], }
// See editSpec documentation editly(editSpec) .catch(console.error);
No branches or pull requests
Can I use Editly for creating pictures with text in Urdu language ?
The text was updated successfully, but these errors were encountered: