So I am new framer.js and just imported a psd into the framer studio. The import went fine and I can see all my layers on the right I am just not sure how to target them. Lets say I have a layer named "footer" in my psd file, to target it would I just do something like:
footer.visible = false
When I do I get an error of ReferenceError: Can't find variable: footer
All the videos and tutorials I find online seem a little older and are not using the Framer Studio so they do not help. Any insight??