UNPKG
use-fit-text
Version:
latest (2.4.0)
2.4.0
2.4.0-alpha.2
2.4.0-alpha
2.3.0
2.2.0
2.1.3
2.1.2
2.1.1
2.1.0
2.0.0
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0
React hook used to fit text in a div
github.com/saltycrane/use-fit-text
saltycrane/use-fit-text
use-fit-text
/
examples
/
next.config.js
6 lines
(5 loc)
•
206 B
JavaScript
View Raw
1
2
3
4
5
6
module
.exports = {
//
set base path
for
github pages deploy /
/ https:/
/nextjs.org/docs
/api-reference/next
.config.js/basepath
basePath:
process.env.
NODE_ENV
===
"production"
?
"/use-fit-text"
:
""
, };