sean taras

(async function () { const FEED_URL = "https://workers-playground-yellow-violet-01ac.tarassean.workers.dev/feed?v=9"; const container = document.getElementById("instagram-feed"); try { const response = await fetch(FEED_URL); const posts = await response.json(); if (!Array.isArray(posts)) { throw new Error("Invalid feed"); } posts.forEach(post => { if (!post.image || !post.link) return; const item = document.createElement("div"); item.className = "ig-item"; const link = document.createElement("a"); link.href = post.link; link.target = "_blank"; link.rel = "noopener noreferrer"; const img = document.createElement("img"); img.src = "https://workers-playground-yellow-violet-01ac.tarassean.workers.dev/image?url=" + encodeURIComponent(post.image); img.alt = post.caption || "Instagram post"; img.loading = "lazy"; link.appendChild(img); item.appendChild(link); container.appendChild(item); }); } catch (error) { console.error("Instagram feed error:", error); } })();

sean taras

ANIMATION

Black Coffee

self-directed short film
created in Clip Studio Paint and Blender
Rookie Awards 2025 Finalist

Demo Reel

sean taras

COMICS

Yoshimi

The story of an orphaned martial arts prodigy battling the evil fascist robots that have taken over her city. Chapter 1 available to read now on Webtoon.

sean taras

ILLUSTRATION

sean taras

I'm available for commissions and freelance work in animation, illustration, comics, and more!
Write to me directly with your project proposal, or message me on Upwork to begin workshopping your project!

Text