Gradience
Gradience copied to clipboard
feat: Interface for downloading remote content
Feature description
The idea is to just generalize current PresetDownloader
interface to allow downloading any type of remote content that would be required to enable specific features in Gradience. Current methods in PresetDownloader
interface would be moved to a convenience module in utils/
module group and replaced by a asynchronous methods for downloading and reading remote data.
Additional Context
No response
Did you read the Code of Conduct?
- [X] I have read the Code of Conduct.