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
Is your feature request related to a problem? Please describe.
With #308 it is possible to fetch sprite informations from a (remote) URI. There may be environements where fetching is not possible or wanted.
Describe the solution you'd like @simonseyock suggested to provide an alternative to get the need informations without using fetch or any requests.
Describe alternatives you've considered
add the possibility to pass an instance of a fetch method to handle the stuff yourself
add the data directly via constructor
The text was updated successfully, but these errors were encountered:
Feature Request
Is your feature request related to a problem? Please describe.
With #308 it is possible to fetch sprite informations from a (remote) URI. There may be environements where fetching is not possible or wanted.
Describe the solution you'd like
@simonseyock suggested to provide an alternative to get the need informations without using fetch or any requests.
Describe alternatives you've considered
The text was updated successfully, but these errors were encountered: