Skip to content

Asu is a library to work with subtitles on ASS format.

Notifications You must be signed in to change notification settings

FS-Frost/asu-go2js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asu-go2js

Run tests

Asu is a library to work with subtitles on ASS format.

asu-go2js is a port of Asu (originally for .NET) written in Go and compiled to JavaScript with TypeScript support.

Requeriments

Main make commands

# Compile Go to JavaScript
make build

# Run both Go and JavaScript tests
make test

Folder structure

go: Go source code.

go/exports: GopherJS exports.

js: JavaScript source code.

js/dist: JavaScript files produced by GopherJS targeting Node.js and Deno runtimes.

js/dist/asu.d.ts: manually written type definitions.

js/dist/browser: JavaScript files compiled by esbuild targeting browsers.

js/tests: JavaScript tests targeting js/dist.

Releases

No releases published

Packages

No packages published