neon eye

about neon eye

Neon Eye Productions is a film production company based in edinburgh.

Neon Eye Productions is a film production company based in edinburgh.

Neon Eye Productions is a film production company based in edinburgh.

We specialise in filming live performances, and have a long track record of filming shows at the Edinburgh Festival Fringe.

We specialise in filming live
performances, and have a long track record of filming shows at the Edinburgh Festival Fringe.

We specialise in filming live
performances, and have a long track record of filming shows at the Edinburgh Festival Fringe.

Our Clients

import { useEffect } from "react" export default function GlobalTypographyFix() { useEffect(() => { const style = document.createElement("style") style.innerHTML = ` * { word-break: normal !important; overflow-wrap: normal !important; hyphens: none !important; } ` document.head.appendChild(style) }, []) return null }