Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
flozz committed Apr 10, 2024
1 parent 695bf2f commit 1bee1ab
Show file tree
Hide file tree
Showing 6 changed files with 2,549 additions and 1,709 deletions.
2 changes: 1 addition & 1 deletion COPYING
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2014, Wanadev <http://www.wanadev.fr/>
Copyright (c) 2014-2024, Wanadev <http://www.wanadev.fr/>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,6 @@ var msCursorBlob = cursorLib.canvasToMsCursor(
```


## Changelog

* **1.0.1:** Detect Edge to generate a MS cursor for it (#10)
* **1.0.0:** Initial release


## License

Copyright (c) 2014, Wanadev <http://www.wanadev.fr/>
Expand Down Expand Up @@ -71,3 +65,12 @@ var msCursorBlob = cursorLib.canvasToMsCursor(
## Authors

* Fabien LOISON <http://www.flozz.fr/>


## Changelog

* **1.0.2:** Fixed SPDX license name in package.json (@jbghoul, #11)
* **1.0.1:** Detect Edge to generate a MS cursor for it (#10)
* **1.0.0:** Initial release


2 changes: 1 addition & 1 deletion dist/cursorlib.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.cursorLib = f()}})(function(){var define,module,exports;return (function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r})()({1:[function(require,module,exports){
/*
* Copyright (c) 2014, Wanadev <http://www.wanadev.fr/>
* Copyright (c) 2014-2024, Wanadev <http://www.wanadev.fr/>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down
Loading

0 comments on commit 1bee1ab

Please sign in to comment.