UNPKG
hexo-theme-next
Version:
beta (8.2.2-beta.0)
latest (8.27.0)
8.27.0
8.26.0
8.25.0
8.24.1
8.24.0
8.23.2
8.23.1
8.23.0
8.22.0
8.21.1
8.21.0
8.20.0
8.19.2
8.19.1
8.19.0
8.18.2
8.18.1
8.18.0
8.17.1
8.17.0
8.16.0
8.15.1
8.15.0
8.14.2
8.14.1
8.14.0
8.13.2
8.13.1
8.13.0
8.12.3
8.12.2
8.12.1
8.11.1
8.11.0
8.10.1
8.10.0
8.9.0
8.8.2
8.8.1
8.8.0
8.7.1
8.7.0
8.6.1
8.6.0
8.5.0
8.4.0
8.3.0
8.2.2
8.2.2-beta.0
8.2.1
8.2.0
8.1.0
8.0.2
8.0.1
8.0.0
8.0.0-rc.5
8.0.0-rc.4
8.0.0-rc.3
8.0.0-rc.2
8.0.0-rc.1
7.8.0
7.7.2
7.7.1
7.7.0
7.6.0
7.5.0
7.4.2
7.4.1
7.4.0
7.3.0
7.2.0
7.1.2
7.1.1
7.1.0
7.0.1
7.0.0
6.7.0
6.6.0
6.5.0
6.4.2
6.4.1
6.4.0
6.3.0
6.2.0
6.1.0
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.1.4
5.1.3
5.1.2
5.1.1
5.1.0
5.0.1
5.0.0
0.0.1
Elegant and powerful theme for Hexo.
theme-next.js.org
next-theme/hexo-theme-next
hexo-theme-next
/
scripts
/
tags
/
pdf.js
11 lines
(8 loc)
•
277 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
/** * pdf.js | https://theme-next.js.org/docs/tag-plugins/pdf */
'use strict'
;
module
.
exports
=
ctx
=>
function
(
args
) {
const
theme = ctx.
theme
.
config
;
return
`<div class="pdf-container" data-target="
${args[
0
]}
" data-height="
${args[
1
] || theme.pdf.height}
"></div>`
; };