UNPKG

hookformers

Version:

Simple, performant React Hooks for running Transformers.js in your browser.

7 lines 228 B
import * as publicApi from "./index"; describe("Public API", () => { it("should not change without a deliberate update", () => { expect(publicApi).toMatchSnapshot(); }); }); //# sourceMappingURL=index.test.js.map