google / pik

A new lossy/lossless image format for photos and the internet
MIT License
831 stars 51 forks source link

The creation of custom providers could be exemplified in more detail. This should also be possible in independent packages that make use of cocoda-sdk: #74

Closed LeoBLMitz closed 1 year ago

LeoBLMitz commented 1 year ago

The creation of custom providers could be exemplified in more detail. This should also be possible in independent packages that make use of cocoda-sdk:

import { BaseProvider } from "cocoda-sdk"

export default class MyProvider extends BaseProvider {
  // what is expected to be implemented here?
}

It may make sense to do #60 first.

Originally posted by @nichtich in https://github.com/gbv/cocoda-sdk/issues/61