I would like to load a single property (for example an filter from an image) from json. I know that there are methods like loadFromJSON, enlivenObjects, ... but all those were working for objects or the canvas only - not for properties of an object.
I have an image filter in json. Since it is json, i cannot modify my canvas and add it to an object. So I would like to know, if there is any function that would support converting single properties into objects that can be inserted into the canvas object.
{
"type": "Invert",
"invert": true
}
Thanks a lot for your help.