gix icon indicating copy to clipboard operation
gix copied to clipboard

The gif-player component is accessible from NPM

Open Zulko opened this issue 4 years ago • 0 comments

Motivation:

This would enable users to embed GIXes in their own apps and websites, make other kinds of editors without reinventing the wheel, etc.

Specs

  • Users can write import {GixPlayer} from 'GixPlayer' in their project.
  • There is an easy way to bump the version and upload.

Technical Notes:

This could maybe happen without creating a new repo, just by creating a library in-place where the GixPlayer lives.

Zulko avatar Aug 22 '21 20:08 Zulko