Update eblurhash to a non-bugged version #34

Merged
floatingghost merged 3 commits from eblurhash into develop 2022-07-02 14:05:33 +00:00
Showing only changes of commit a0da52f013 - Show all commits

View file

@ -16,7 +16,9 @@ test "adds the dimensions and blurhash for images" do
{:ok, :filtered, meta} = AnalyzeMetadata.filter(upload)
assert %{width: 1024, height: 768, blurhash: "V6Dv1P?^IS.6InIEIqV^xtWE$$M|D,RnM}%1RitPR%X3"} = meta
assert %{width: 1024, height: 768, blurhash: "V6Dv1P?^IS.6InIEIqV^xtWE$$M|D,RnM}%1RitPR%X3"} =
meta
assert meta.blurhash
end