Skip to content

Commit bf5c446

Browse files
authored
docs(track-prop): missing location fields
Include yet undocumented fields of the location object. Not relevant for the given code example but never the less available.
1 parent b58c282 commit bf5c446

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,9 @@ methods: {
187187
topRightCorner,
188188
bottomLeftCorner,
189189
bottomRightCorner,
190+
// topLeftFinderPattern,
191+
// topRightFinderPattern,
192+
// bottomLeftFinderPattern
190193
} = location
191194

192195
ctx.strokeStyle = 'blue' // instead of red

0 commit comments

Comments
 (0)