@kne/react-pdf-sign 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -202,6 +202,9 @@ const BaseExample = () => {
202
202
  }}>
203
203
  设置签名位置
204
204
  </Button>
205
+ <Button onClick={()=>{
206
+ ref.current.setLocation({});
207
+ }}>恢复到默认位置</Button>
205
208
  <Button
206
209
  onClick={() => {
207
210
  const pdfSignature = ref.current.getPdfSignature();