Skip to content

Commit 9838725

Browse files
authored
Merge pull request #1 from cellog/fix-all-things
Migrate to Typescript, update the API slightly to be more ergonomic, fix lots of bugs
2 parents 07ea420 + 480b34f commit 9838725

File tree

157 files changed

+9104
-5309
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

157 files changed

+9104
-5309
lines changed

.babelrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-react"]
2+
"presets": ["@babel/preset-env", "@babel/preset-react", "@babel/preset-typescript"]
33
}

LICENSE

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
MIT License
22

3-
Copyright (c) 2020 Blake Nedved
3+
Adapted from revealjs-react by Blake Nedved
4+
Copyright (c) 2020 Gregory Beaver
45

56
Permission is hereby granted, free of charge, to any person obtaining a copy
67
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)