From c4529e3e299aa46e6d01bdfd7edb09c537e2207c Mon Sep 17 00:00:00 2001 From: Brennan Saul Date: Mon, 9 Jan 2023 18:16:17 -0500 Subject: [PATCH] docs: priority description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6b909e19c..9ff58bc95 100644 --- a/README.md +++ b/README.md @@ -129,6 +129,8 @@ Headers to load the image with. e.g. `{ Authorization: 'someAuthToken' }`. ### `source.priority?: enum` +Indicates the load order priority of an image. Images with `FastImage.priority.high` will load before images in a similar context with low or normal priority. + - `FastImage.priority.low` - Low Priority. - `FastImage.priority.normal` **(Default)** - Normal Priority. - `FastImage.priority.high` - High Priority.