Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pagedjs
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
julien
pagedjs
Commits
5e94943a
Commit
5e94943a
authored
Apr 23, 2018
by
Fred Chasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update styler to polisher example
parent
ef3c3a0b
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
epub.html
examples/epub.html
+1
-1
index.html
examples/index.html
+1
-1
polisher.html
examples/polisher.html
+1
-1
No files found.
examples/epub.html
View file @
5e94943a
...
...
@@ -223,7 +223,7 @@
return
book
;
}).
then
((
book
)
=>
{
styles
=
new
Paged
.
Styl
er
();
styles
=
new
Paged
.
Polish
er
();
return
addStyles
(
styles
,
this
.
book
.
resources
);
}).
then
(()
=>
{
return
sections
(
this
.
book
.
spine
);
...
...
examples/index.html
View file @
5e94943a
...
...
@@ -23,7 +23,7 @@
}
// styles
let
styles
=
new
Paged
.
Styl
er
();
let
styles
=
new
Paged
.
Polish
er
();
let
moby
=
await
styles
.
add
(
"
assets/styles/moby-dick.css
"
);
let
flowText
=
document
.
querySelector
(
"
#flow
"
);
...
...
examples/
styl
er.html
→
examples/
polish
er.html
View file @
5e94943a
...
...
@@ -61,7 +61,7 @@
styles
.
destroy
();
}
styles
=
new
Paged
.
Styl
er
();
styles
=
new
Paged
.
Polish
er
();
styleText
=
await
styles
.
add
({
"
aurorae/book.css
"
:
str
});
styles
.
contents
(
flowText
.
content
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment