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
Hello.
Thanks for this great tool.
I'm trying to parse a text layer and generate HTML. But I can`t find - how to get position styles in text? For example I have text:
[Test 1] [Test 2]
Test 1 has a green color Test 2 has a red color
How can I get a boundary of each color?
For example: For green color Start 0 position in text End 6 position in text
For red color Start 8 position in text End 13 position in text Thanks
The text was updated successfully, but these errors were encountered:
Found an answer in PSD.js - meltingice/psd.js#70
Sorry, something went wrong.
No branches or pull requests
Hello.
Thanks for this great tool.
I'm trying to parse a text layer and generate HTML. But I can`t find - how to get position styles in text?
For example
I have text:
[Test 1] [Test 2]
Test 1 has a green color
Test 2 has a red color
How can I get a boundary of each color?
For example:
For green color
Start 0 position in text
End 6 position in text
For red color
Start 8 position in text
End 13 position in text
Thanks
The text was updated successfully, but these errors were encountered: