Skip to content

Drawing frame by frame to make animations and convert them to gif file

Notifications You must be signed in to change notification settings

Mohammad-Al-Refai/flip-book

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Flip book

Using

  • React js v18.2.0
  • Typescript v5.4.3
  • Golang v1.21.4
  • Node js v21.7.2
  • WebAssembly

Screenshot

image

Compile Go to wasm

Go to wasm-go folder

cd wasm-go

Run this command for building the wasm

GOOS=js GOARCH=wasm go build -o main.wasm main.go

Move main.wasm to public folder in frontend folder

mv "main.wasm" ../frontend/public

Build frontend

Go to frontend folder

cd frontend

Install dependencies

yarn install

Build

yarn build

Run

yarn dev

Preview the build

yarn preview

About

Drawing frame by frame to make animations and convert them to gif file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published