Mike Kokkolios

Results 3 comments of Mike Kokkolios

Came here looking for this suggestion. Sanity may be awesome overall but for this reason alone I'll probably end up using an alternative.

You have to create the easepick instance inside the ```onMount``` lifecycle function like so: ```js import { onMount } from 'svelte'; import { easepick } from '@easepick/bundle'; onMount(() => {...

> Can the URLs be manually constructed? Unpic needs the transformer to be a pure, synchronous function with no side effects, so it can't call APIs. The URL can indeed...