Improve JS compatibility by using types that are supported by JS #44
Labels
component: watermarker
Watermarker Library
feature
New feature or request
refactor
Refactor the code
🚀 Feature Request
Current Problem
Some of the types we expose are not supported by JavaScript. These types can only be passed to other functions that take them as arguments, but it is not possible to access or modify their data.
Proposed Solution
To improve the usability of our library in JavaScript it should be evaluated if some unsupported types can be replaced by supported types.
Additional Context
Such a change was already done by changing the type of
placement
inTextWatermarker
fromSequence<..>
toList<..>
(see here)Related: #40
The text was updated successfully, but these errors were encountered: