Skip to content

Instantly share code, notes, and snippets.

@naveen521kk
Created December 4, 2020 18:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naveen521kk/8abca4388d8cd34577b20c9d1c4cd237 to your computer and use it in GitHub Desktop.
Save naveen521kk/8abca4388d8cd34577b20c9d1c4cd237 to your computer and use it in GitHub Desktop.
from manim import *
class Emoji(Scene):
def construct(self):
a=Text('❌️ 😢 🔚 😀 ✨✨✨',font="sans-serif",color=RED).scale(2)
self.play(Write(a))
self.wait()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment