You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use a feature of the library which I figured out after looking at the code which is to use the source set and the picture tag feature. I couldn't find any documentation for the same either, but i see it works.
However, I see that the typescript definition does not have either of these methods which is the sourceTag() and pictureTag() to directly construct HTML nodes as the imageTag(). However, I see there are PictureTag classes and SourceTag classes both in the TS definitions.
Update: Definition of PictureTag is also not updated.
The text was updated successfully, but these errors were encountered:
I am trying to use a feature of the library which I figured out after looking at the code which is to use the source set and the picture tag feature. I couldn't find any documentation for the same either, but i see it works.
However, I see that the typescript definition does not have either of these methods which is the sourceTag() and pictureTag() to directly construct HTML nodes as the imageTag(). However, I see there are PictureTag classes and SourceTag classes both in the TS definitions.
Update: Definition of PictureTag is also not updated.
The text was updated successfully, but these errors were encountered: