We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 91b5c32Copy full SHA for 91b5c32
.gitignore
@@ -0,0 +1,36 @@
1
+# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2
+
3
+# dependencies
4
+node_modules
5
+.pnp
6
+.pnp.js
7
8
+# testing
9
+coverage
10
11
+# next.js
12
+.next/
13
+out/
14
+build
15
+dist
16
17
+# misc
18
+.DS_Store
19
+*.pem
20
21
+# debug
22
+npm-debug.log*
23
+yarn-debug.log*
24
+yarn-error.log*
25
+.pnpm-debug.log*
26
27
+# local env files
28
+.env.local
29
+.env.development.local
30
+.env.test.local
31
+.env.production.local
32
33
+# turbo
34
+.turbo
35
36
+stats.html
README.md
@@ -0,0 +1 @@
+# @lemoncode/react-image-focal-point
0 commit comments