Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 268 Bytes

File metadata and controls

18 lines (13 loc) · 268 Bytes

ぐるぐるナミ

使い方

from anime2021.sample import GuruGuruNami
shape = GuruGuruNami(80, 80, N=5)

from anime2021.anime import test_shape
import IPython

IPython.display.Image(test_shape(GuruGuruNami(80,80, N=5)))