How do I make my Invisible Item Frame Recipe work?

So I am trying to add a recipe to craft invisible item frames but im too dumb to translate my command in to datapack /give @s item_frame[entity_data={id:"minecraft:item_frame",Invisible:true}] { "type": "minecraft:crafting_shapeless", "ingredients": [ { "item": "minecraft:glass_pane" }, { "item": "minecraft:item_frame" } ], "result": { "id": "minecraft:item_frame", "count": 1, "components": { "minecraft:entity_data": { "id": "{id:\"minecraft:item_frame\",Invisible:true}]" } } } }
Continue to help post