oskar-anderson / Kapsas

Playground for regular and variable font animation

Home Page:https://oskar-anderson.github.io/Kapsas/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Playground for regular and variable font animation.

Wave

Live: https://oskar-anderson.github.io/Kapsas/

Used Libraries:

Running locally:

CORS prevents the use ES6 modules over the file:// protocol, so you cannot just run the project by opening the index.html file. The project has to run as a server.

Option 1: use Python http.server

open project directory in terminal

python pyServer.py 

Or

python3 pyServer.py

Option 2: Firefox

Enter URL about:config and set value security.fileuri.strict_origin_policy = false

Reload the browser.

Extra

Good articles:

https://fontgauntlet.com (interesting)

About

Playground for regular and variable font animation

https://oskar-anderson.github.io/Kapsas/


Languages

Language:JavaScript 35.9%Language:Vue 25.7%Language:HTML 23.9%Language:CSS 10.8%Language:TypeScript 2.9%Language:Python 0.8%